aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigationattached.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cursornavigationattached.h')
-rw-r--r--plugin/cursornavigationattached.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/cursornavigationattached.h b/plugin/cursornavigationattached.h
index 0f3f927..344b4fa 100644
--- a/plugin/cursornavigationattached.h
+++ b/plugin/cursornavigationattached.h
@@ -40,6 +40,17 @@ public slots:
void setTrapsCursor(bool trapsCursor);
void setEscapeTarget(QQuickItem * escapeTarget);
+ void move(int angle, float magnitude);
+ void moveUp();
+ void moveDown();
+ void moveRight();
+ void moveLeft();
+ void activate();
+ void forward();
+ void back();
+ void escape();
+
+
signals:
void acceptsCursorChanged(bool acceptsCursor);
void hasCursorChanged(bool hasCursor);