change all references to SDLK_xxxxx to KEY_xxxx
+ some fixes
This commit is contained in:
@@ -39,8 +39,11 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
#if defined(USE_SDL)
|
||||
#include <SDL.h>
|
||||
#elif defined(USE_SDL2)
|
||||
#include <SDL_keyboard.h>
|
||||
#endif
|
||||
|
||||
|
||||
/*!
|
||||
Convert an SDL keysym to an ANSI/ASCII character.
|
||||
This is used to type text and numeric values in input boxes.
|
||||
|
||||
Reference in New Issue
Block a user