X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;h=831b10b6f3a3e15a93a38bde8bd9c665d32f9081;hp=04c5686f42d5ec955c934ddbf791a48d1504f636;hb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e;hpb=e68c19b5923618b763543c74bf8dd6f85d4d323e diff --git a/Joystick.h b/Joystick.h index 04c5686..831b10b 100644 --- a/Joystick.h +++ b/Joystick.h @@ -20,6 +20,7 @@ @property (assign) IOHIDDeviceRef device; @property (copy) NSArray *children; @property (readonly) NSString *name; +@property (readonly) NSString *uid; - (id)initWithDevice:(IOHIDDeviceRef)device; - (id)handlerForEvent:(IOHIDValueRef)value;