aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 99859b8e9c40c4c6066254f0729e9d15544023d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

## what is it for?
-for implementing cursor navigation on QML UIs
-define items as cursor navigable, CursorNavigation backend registers items and takes care of the navigation
-based on UI geometry, no need to define navigation paths or item relations
-2 ways of spatial navigation: 4 way and 360. 4 way simple and good for rectangular structured UIs, 360 allows stepless movement to any direction

## install
-distributed as a qt plugin
-build and make install


use:
-import in QML
-defining item as navigable
-input interface and connecting to it
-focus scoping and cursors