Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-31 | Replace malloc/free with enif_alloc/enif_free | Loïc Hoguin | |
2018-01-07 | Add a bunch of sdl_renderer functions | Loïc Hoguin | |
2018-01-05 | Add the remaining keyboard functions | Loïc Hoguin | |
Also adds defines for all the keycode and scancode in SDL 2.0.7. | |||
2018-01-03 | Add many sdl_keyboard functions | Loïc Hoguin | |
2018-01-02 | Welcome to 2018 | Loïc Hoguin | |
2015-10-20 | Add sdl_keyboard with 3 text input related functions | Loï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. |