X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;fp=Joystick.h;h=831b10b6f3a3e15a93a38bde8bd9c665d32f9081;hp=04c5686f42d5ec955c934ddbf791a48d1504f636;hb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e;hpb=3f6df7a954fb74bcebf6fc6c0e60821843b0f31b 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;