Mouse improvements. Segment and snap the mouse move and scroll speed for easier match...
[enjoyable.git] / Classes / NJOutputMouseButton.h
index 4d790e5..24d39b0 100644 (file)
@@ -10,5 +10,9 @@
 @interface NJOutputMouseButton : NJOutput
 
 @property (nonatomic, assign) CGMouseButton button;
 @interface NJOutputMouseButton : NJOutput
 
 @property (nonatomic, assign) CGMouseButton button;
+    // Indexed as left, right, center.
+
+@property (nonatomic, assign) int humanIndexedButton;
+    // Indexed as left, center, right.
 
 @end
 
 @end