summaryrefslogtreecommitdiff
path: root/2d/mouse.scm
Commit message (Expand)AuthorAgeFilesLines
* Okay, I think I finally got all of the license headers updated.David Thompson2014-03-101-8/+8
* Use new signal API for mouse module.David Thompson2014-02-171-27/+41
* Move SDL event handling to a separate module.David Thompson2014-01-261-1/+1
* Add mouse move/press/click hooks.David Thompson2014-01-091-3/+20
* Update mouse module to use new signal API.David Thompson2013-12-151-14/+19
* Make init a non-keyword argument in make-signal procedure.David Thompson2013-12-121-1/+1
* Move event handlers and signals into their own modules.David Thompson2013-12-011-0/+63