aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add 360 algorithmAntti Hölttä2019-03-181-46/+75
| | | | | Add algorithm that allows navigation to any direction. Works somewhat well now. Example app has a page with a gamepad/stick support.
* More on scopes, works to some extent in the test programAntti Hölttä2019-03-181-19/+73
| | | | | Scope may be entered and escaped. Navigable items may have escape targets defined
* Refactor item registration with scopes in mindAntti Hölttä2019-03-181-16/+53
| | | | | ItemRegister class removed and items now keep track of their own cursor navigable child items. Navigation happens now only between siblings.
* Bind cursor presence to the current active focusAntti Hölttä2019-03-181-15/+38
|
* Initial commit, demoable pocAntti Hölttä2019-03-181-0/+87
Sort of working with 4 dir navigation, check demoapp