mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user