X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.h;h=8e52e9c4594b6fc1849e652c8d786d0c3ed0e3df;hp=30e99b9cd71e68a4a649a9d170589d7742a5f0ae;hb=51d43664909060e85c943c4d63cc3cff307ceb1d;hpb=724979785b445dcba8a9861c2531ae0308bdf40a diff --git a/JSAction.h b/JSAction.h index 30e99b9..8e52e9c 100644 --- a/JSAction.h +++ b/JSAction.h @@ -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;