summaryrefslogtreecommitdiff
path: root/sdl2/events.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add event bindings.David Thompson2015-12-161-0/+673
So far, only window and keyboard events are handled. More to come in future patches. This patch adds a *ton* of constants that I'm not going to mention in this log because it would be too damn long. * sdl2/bindings.scm (sdl-poll-event): New procedure. * sdl2/events.scm: New file. * Makefile.am (SOURCES): Add it.