aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/inputtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/inputtypes.h')
-rw-r--r--plugin/inputtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/inputtypes.h b/plugin/inputtypes.h
index efe7f8a..c6cc532 100644
--- a/plugin/inputtypes.h
+++ b/plugin/inputtypes.h
@@ -19,6 +19,8 @@ struct CursorNavigationCommand
CursorNavigationCommand(float magnitude, int angle);
+ CursorNavigationCommand(Action a);
+
//test if this commands angle is between given angles. clockwise from begin to end
bool angleIsBetween(int begin, int end) const;