mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-15 11:45:48 +00:00
added SDLK_TAB to FAKE_SDL
This commit is contained in:
parent
d91d6e8a5a
commit
fa282cce0c
@ -445,6 +445,7 @@
|
||||
#define SDLK_DELETE (123052)
|
||||
#define SDLK_KP_ENTER (123054)
|
||||
#define SDLK_BACKSPACE (123055)
|
||||
#define SDLK_TAB (123056)
|
||||
#define FAKE_SDL
|
||||
typedef int SDL_Event;
|
||||
typedef unsigned int Uint32;
|
||||
|
Loading…
Reference in New Issue
Block a user