aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-19 16:50:03 +0000
committerTorbjörn Andersson2003-12-19 16:50:03 +0000
commitdc0c7bf845be37df7a069f3f1610ab5c42f4bff4 (patch)
tree80a1a59a1515e6dde453495cd1228170ad1a1de9 /sword2/driver/_mouse.cpp
parent34433d87bbf378430ad6ea523787616c748a7d43 (diff)
downloadscummvm-rg350-dc0c7bf845be37df7a069f3f1610ab5c42f4bff4.tar.gz
scummvm-rg350-dc0c7bf845be37df7a069f3f1610ab5c42f4bff4.tar.bz2
scummvm-rg350-dc0c7bf845be37df7a069f3f1610ab5c42f4bff4.zip
Implemented scroll wheel handling for save/load dialogs. (This turned up a
few other hitherto harmless bugs, which I've hopefully managed to fix.) svn-id: r11762
Diffstat (limited to 'sword2/driver/_mouse.cpp')
-rw-r--r--sword2/driver/_mouse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index d516c81093..a53feb448c 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -25,9 +25,9 @@ namespace Sword2 {
#define MOUSEFLASHFRAME 6
/**
- * Logs the mouse button event passed in buttons. The button events are
- * defined as RD_LEFTBUTTONDOWN, RD_LEFTBUTTONUP, RD_RIGHTBUTTONDOWN and
- * RD_RIGHTBUTTONUP.
+ * Logs the mouse button event passed in buttons. The button events were
+ * originaly defined as RD_LEFTBUTTONDOWN, RD_LEFTBUTTONUP, RD_RIGHTBUTTONDOWN
+ * and RD_RIGHTBUTTONUP. ScummVM adds RD_WHEELDOWN and RD_WHEELUP.
*/
void Input::logMouseEvent(uint16 buttons) {