Automatically trigger/untrigger targets based on setting the 'running' property;...
[enjoyable.git] / JSAction.h
index 30e99b9..8e52e9c 100644 (file)
@@ -19,7 +19,8 @@
 @property (copy) NSArray *children;
 @property (strong) id base;
 @property (copy) NSString *name;
-@property (readonly) BOOL active;
+@property (assign) BOOL active;
+@property (readonly) float magnitude;
 
 - (void)notifyEvent:(IOHIDValueRef)value;
 - (NSString *)stringify;