summaryrefslogtreecommitdiff
path: root/2d/event.scm
Commit message (Collapse)AuthorAgeFilesLines
* Move SDL event handling to a separate module.David Thompson2014-01-261-0/+45
* 2d/event.scm: New module. * 2d/game.scm: Remove event handling code. * 2d/keyboard.scm: Import (2d event) instead of (2d game). * 2d/mouse.scm: Import (2d event) instead of (2d game). * 2d/window.scm: Import (2d event) instead of (2d game).