diff options
| author | jussi | 2023-11-18 17:11:36 +0200 |
|---|---|---|
| committer | jussi | 2023-11-18 17:11:36 +0200 |
| commit | d19864947b6e8ea1049a56ca3d965691c51b4108 (patch) | |
| tree | 5bd46e570b673ece6ef697848516d5d2401f093a /include/lua_core.h | |
| parent | 5c8324d25f5f3500d5258f599afc710352611513 (diff) | |
| download | reilua-enhanced-d19864947b6e8ea1049a56ca3d965691c51b4108.tar.gz reilua-enhanced-d19864947b6e8ea1049a56ca3d965691c51b4108.tar.bz2 reilua-enhanced-d19864947b6e8ea1049a56ca3d965691c51b4108.zip | |
Joystick event.
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
