X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.m;h=8576b2fdc6af36e4a95dfc55db90f762957dc960;hp=84d1ea84c395d40587dd3bd04879fc74247fa51c;hb=51d43664909060e85c943c4d63cc3cff307ceb1d;hpb=724979785b445dcba8a9861c2531ae0308bdf40a diff --git a/JSAction.m b/JSAction.m index 84d1ea8..8576b2f 100644 --- a/JSAction.m +++ b/JSAction.m @@ -14,6 +14,7 @@ @synthesize children; @synthesize base; @synthesize name; +@synthesize active; - (id)findSubActionForValue:(IOHIDValueRef)value { return NULL; @@ -27,9 +28,8 @@ [self doesNotRecognizeSelector:_cmd]; } -- (BOOL)active { - [self doesNotRecognizeSelector:_cmd]; - return NO; +- (float)magnitude { + return 0.f; } @end