summaryrefslogtreecommitdiff
path: root/sdl2/input/text.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add bindings for text input event handling.David Thompson2016-12-301-0/+43
* sdl2/bindings.scm (sdl-start-text-input, sdl-stop-text-input, sdl-is-text-input-active): New procedures. * sdl2/events.scm (<text-input-event>): New record type. (make-text-input-event, text-input-event?, text-input-event-timestamp, text-input-event-window-id, text-input-event-text, parse-text-input-event): New procedures. * sdl2/input/text.scm: New file. * Makefile.am (SOURCES): Add it.