Indices are for display niceness only, so index them from 1 rather than keep offsetti...
[enjoyable.git] / JSAction.h
index b92c7d6..4b35832 100644 (file)
@@ -19,6 +19,8 @@
 @property (assign) BOOL active;
 @property (readonly) float magnitude;
 
+- (id)initWithName:(NSString *)newName base:(JSAction *)newBase;
+
 - (void)notifyEvent:(IOHIDValueRef)value;
 - (NSString *)stringify;
 - (id)findSubActionForValue:(IOHIDValueRef)value;