Joystick event.

This commit is contained in:
jussi
2023-11-18 17:11:36 +02:00
parent 5c8324d25f
commit d19864947b
8 changed files with 85 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ enum EventType {
EVENT_MOUSE_BUTTON,
EVENT_MOUSE_CURSOR_POS,
EVENT_MOUSE_SCROLL,
EVENT_CURSOR_ENTER
EVENT_CURSOR_ENTER,
EVENT_JOYSTICK
};
enum BufferType {