aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/inputtypes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add license and copyright informationAntti Hölttä2019-03-191-0/+39
|
* Fix issue with move-method when using angles greater or equal to 360Antti Hölttä2019-03-181-2/+5
|
* Little fixes and cleanup, TODOsAntti Hölttä2019-03-181-5/+0
| | | | | Explained some TODOs a bit better. Fixed mismatching tab titles in demo app. Removed unused predefined CursorNavigationCommands.
* Add 360 algorithmAntti Hölttä2019-03-181-9/+24
| | | | | Add algorithm that allows navigation to any direction. Works somewhat well now. Example app has a page with a gamepad/stick support.
* CursorNavigationAttached now implements the control interfaceAntti Hölttä2019-03-181-0/+4
| | | | | | CursorNavigationAttached now implements the functions for moving the cursor and for giving commands. This makes it possible to reassign the control keys, or use other input sources as well
* Initial commit, demoable pocAntti Hölttä2019-03-181-0/+23
Sort of working with 4 dir navigation, check demoapp