Rename 'stringify' to 'uid' where it pertains to unique action IDs.
[enjoyable.git] / Joystick.h
index 04c5686..831b10b 100644 (file)
@@ -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;