summaryrefslogtreecommitdiff
path: root/sdl2/input/mouse.scm
Commit message (Collapse)AuthorAgeFilesLines
* input: mouse: Add bindings for showing/hiding/moving the mouse cursor.David Thompson2021-05-131-2/+24
|
* input: mouse: Add mouse-button-released?David Thompson2017-11-101-1/+6
| | | | * sdl2/input/mouse.scm (mouse-button-released?): New procedure.
* Add mouse input module.David Thompson2017-11-101-0/+67
* sdl2/input/mouse.scm: New file. * Makefile.am (SOURCES): Add it.