aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
AgeCommit message (Collapse)Author
2018-02-06Initial work on the SDL_ttf functionsLoïc Hoguin
2018-01-07Add many sdl_video functionsLoïc Hoguin
2018-01-07Add a bunch of sdl_renderer functionsLoïc Hoguin
2018-01-05Implement SDL_GetPlatform to get one more header doneLoï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-02Add many events and event functionsLoïc Hoguin
2017-12-25Add everything from sdl_blend_mode.hLoïc Hoguin
2017-12-21Add sdl_cursor along with all its related functionsLoïc Hoguin
2017-12-20Add the sdl_mouse module implementing half of sdl_mouse.hLoïc Hoguin
The latter half will be part of sdl_cursor. This depends on some changes to nif_helper. The sdl_gl part of the code is probably slithly broken now, the dependency on the window is gone. This will be resolved later on.
2017-03-20Add esdl2.app for rebar3 compatibilityzsoci