X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.m;h=8576b2fdc6af36e4a95dfc55db90f762957dc960;hp=6bc15291d3c37fd72100017123498ba8a168e9e8;hb=51d43664909060e85c943c4d63cc3cff307ceb1d;hpb=e68c19b5923618b763543c74bf8dd6f85d4d323e diff --git a/JSAction.m b/JSAction.m index 6bc1529..8576b2f 100644 --- a/JSAction.m +++ b/JSAction.m @@ -11,9 +11,10 @@ @synthesize cookie; @synthesize index; -@synthesize subActions; +@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