Skip to content

Commit 0e2b0dd

Browse files
authored
Correct order to match underlying one
Fixes robotn#32 (maybe, need to test)
1 parent 833856f commit 0e2b0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hook/iohook.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ typedef enum _event_type {
6060
EVENT_KEY_TYPED,
6161
EVENT_KEY_PRESSED,
6262
EVENT_KEY_RELEASED,
63-
EVENT_MOUSE_CLICKED,
64-
EVENT_MOUSE_PRESSED,
6563
EVENT_MOUSE_RELEASED,
64+
EVENT_MOUSE_PRESSED,
65+
EVENT_MOUSE_CLICKED,
6666
EVENT_MOUSE_MOVED,
6767
EVENT_MOUSE_DRAGGED,
6868
EVENT_MOUSE_WHEEL

0 commit comments

Comments
 (0)