aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/sdl_keyboard.c
AgeCommit message (Collapse)Author
2018-01-31Replace malloc/free with enif_alloc/enif_freeLoïc Hoguin
2018-01-07Add a bunch of sdl_renderer functionsLoïc Hoguin
2018-01-05Add the remaining keyboard functionsLoïc Hoguin
Also adds defines for all the keycode and scancode in SDL 2.0.7.
2018-01-03Add many sdl_keyboard functionsLoïc Hoguin
2018-01-02Welcome to 2018Loïc Hoguin
2015-10-20Add sdl_keyboard with 3 text input related functionsLoïc Hoguin
The following functions were added: * sdl_keyboard:start_text_input() * sdl_keyboard:stop_text_input() * sdl_keyboard:is_text_input_active() Calling sdl_keyboard:stop_text_input() at the beginning of the program allows not receiving unwanted textinput events.