Select mouse button by tag; expose buttons 4 and 5 in the UI.
[enjoyable.git] / Classes / NJOutputMouseButton.h
index 24d39b0..4d790e5 100644 (file)
@@ -10,9 +10,5 @@
 @interface NJOutputMouseButton : NJOutput
 
 @property (nonatomic, assign) CGMouseButton button;
-    // Indexed as left, right, center.
-
-@property (nonatomic, assign) int humanIndexedButton;
-    // Indexed as left, center, right.
 
 @end