SDL UI, fix SDL input and SDL window output mode for osx compile

NB for osx >= 10.14 you need SDL >= rev 13688 (ATM only available from SDL repo)
This commit is contained in:
kub 2020-08-02 23:17:57 +02:00
parent b74303b1a7
commit 1f49b75032
5 changed files with 19 additions and 7 deletions

View file

@ -83,3 +83,4 @@ const char * const in_sdl_key_names[SDLK_LAST] = {
[SDLK_KP_PERIOD] = "R3",
};
#endif
const char *const *in_sdl_key_names_p = in_sdl_key_names;