X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInput.m;h=a279322583d4a19e9fedb83513b2b30da138e0cc;hp=077dac86158748c377fa8181e8b0886661ebc301;hb=53afd7c25f4423020c805c3587875cdce99ba3f4;hpb=a7260fe79808efcad6a92cace15a1b3429f14787 diff --git a/Classes/NJInput.m b/Classes/NJInput.m index 077dac8..a279322 100644 --- a/Classes/NJInput.m +++ b/Classes/NJInput.m @@ -18,11 +18,11 @@ } - (id)findSubInputForValue:(IOHIDValueRef)value { - return NULL; + return nil; } - (NSString *)uid { - return [NSString stringWithFormat:@"%@~%@", [_base uid], _name]; + return [NSString stringWithFormat:@"%@~%@", _base.uid, _name]; } - (void)notifyEvent:(IOHIDValueRef)value {