aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/plugin.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add redirect feature for manually fine tuning the cursor's movementAntti Hölttä2019-03-181-2/+4
| | | | | | | | Cursornavigation now has a property redirects, that allows defining exceptions to the navigation behaviour. A redirect allows defining a starting and an ending angle and a target object. If the move command's direction falls between the limits, the algorithm is bypassed and cursor is moved to the target object.
* Add 360 algorithmAntti Hölttä2019-03-181-2/+4
| | | | | 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-2/+0
| | | | | Scope may be entered and escaped. Navigable items may have escape targets defined
* Initial commit, demoable pocAntti Hölttä2019-03-181-0/+36
Sort of working with 4 dir navigation, check demoapp