Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input: keyboard: Remove unnecessary module import. | David Thompson | 2020-12-05 | 1 | -1/+0 |
* | input: joystick: Remove unnecessary module import. | David Thompson | 2020-12-05 | 1 | -1/+0 |
* | input: game-controller: Fix bug where right-y axis is invalid. | David Thompson | 2019-01-05 | 1 | -1/+1 |
* | input: mouse: Add mouse-button-released? | David Thompson | 2017-11-10 | 1 | -1/+6 |
* | Add mouse input module. | David Thompson | 2017-11-10 | 1 | -0/+67 |
* | Add SDL_GameControllerAddMappingsFromRW binding. | David Thompson | 2017-11-10 | 1 | -1/+19 |
* | input: Add keyboard module. | David Thompson | 2017-04-01 | 1 | -0/+289 |
* | Add bindings for game controller input. | David Thompson | 2016-12-31 | 2 | -0/+269 |
* | Add bindings for text input event handling. | David Thompson | 2016-12-30 | 1 | -0/+43 |