aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/inputtypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Add 360 algorithmAntti Hölttä2019-03-181-15/+22
| | | | | 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/+2
| | | | | | 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
* More on scopes, works to some extent in the test programAntti Hölttä2019-03-181-0/+36
| | | | | Scope may be entered and escaped. Navigable items may have escape targets defined
* Initial commit, demoable pocAntti Hölttä2019-03-181-0/+33
Sort of working with 4 dir navigation, check demoapp