mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
MOUSEMOVE notification id is 10 instead of 0x10
This commit is contained in:
parent
b7ce2a0df5
commit
13159fc7ea
@ -7,7 +7,7 @@ __declspec(dllexport) enum NotificationId
|
||||
KEYDOWN = 0x7,
|
||||
MOUSEUP = 0x8,
|
||||
MOUSEDOWN = 0x9,
|
||||
MOUSEMOVE = 0x10,
|
||||
MOUSEMOVE = 0xA,
|
||||
TIMER = 0xF
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user