X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=JSAction.m;h=8576b2fdc6af36e4a95dfc55db90f762957dc960;hb=3a40cba25b9bb38887fe4809277d4c0f73462d12;hp=84d1ea84c395d40587dd3bd04879fc74247fa51c;hpb=20ccd38576bb48caf8e4129a8c86fe04819d83bc;p=enjoyable.git 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