From d19864947b6e8ea1049a56ca3d965691c51b4108 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 18 Nov 2023 17:11:36 +0200 Subject: Joystick event. --- include/lua_core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index a289cb0..431fc28 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -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 { -- cgit v1.2.3