disabled mouse tracking should just supress MSG_MOUSE_MOVED - all other mouse messages are supposed to be dispatched.

svn path=/trunk/; revision=11353
This commit is contained in:
Thomas Bluemel
2004-10-20 19:19:12 +00:00
parent ab895b1d38
commit 5df79e4eec
2 changed files with 34 additions and 28 deletions
+1
View File
@@ -6,6 +6,7 @@
#define MSG_MOUSE_BUT2_PRESSED 163
#define MSG_MOUSE_BUT1_RELEASED 164
#define MSG_MOUSE_BUT2_RELEASED 165
#define MSG_MOUSE_MOVED 166
#define MSG_GUI_REDRAW 170
#define MSG_COMMAND 2505
#define MSG_QUIT 2600