Correct order to match underlying one

Fixes #32 (maybe, need to test)
This commit is contained in:
Laurent Demailly 2022-02-06 01:26:39 -08:00 committed by GitHub
parent 833856fd33
commit 0e2b0dd006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ typedef enum _event_type {
EVENT_KEY_TYPED, EVENT_KEY_TYPED,
EVENT_KEY_PRESSED, EVENT_KEY_PRESSED,
EVENT_KEY_RELEASED, EVENT_KEY_RELEASED,
EVENT_MOUSE_CLICKED,
EVENT_MOUSE_PRESSED,
EVENT_MOUSE_RELEASED, EVENT_MOUSE_RELEASED,
EVENT_MOUSE_PRESSED,
EVENT_MOUSE_CLICKED,
EVENT_MOUSE_MOVED, EVENT_MOUSE_MOVED,
EVENT_MOUSE_DRAGGED, EVENT_MOUSE_DRAGGED,
EVENT_MOUSE_WHEEL EVENT_MOUSE_WHEEL