mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 11:36:47 +08:00
Merge pull request #1 from ldemailly/ldemailly-patch-1
Correct order to match underlying one Fixes robotn#32
This commit is contained in:
commit
0b6cd75057
@ -60,9 +60,9 @@ typedef enum _event_type {
|
||||
EVENT_KEY_TYPED,
|
||||
EVENT_KEY_PRESSED,
|
||||
EVENT_KEY_RELEASED,
|
||||
EVENT_MOUSE_CLICKED,
|
||||
EVENT_MOUSE_PRESSED,
|
||||
EVENT_MOUSE_RELEASED,
|
||||
EVENT_MOUSE_PRESSED,
|
||||
EVENT_MOUSE_CLICKED,
|
||||
EVENT_MOUSE_MOVED,
|
||||
EVENT_MOUSE_DRAGGED,
|
||||
EVENT_MOUSE_WHEEL
|
||||
|
Loading…
Reference in New Issue
Block a user