X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;h=2aea4873ce7de522a9204ce9d34b1b38ef2148c5;hp=04c5686f42d5ec955c934ddbf791a48d1504f636;hb=44fe6f649589488b367eee7ffff240cecf8669ad;hpb=e68c19b5923618b763543c74bf8dd6f85d4d323e diff --git a/Joystick.h b/Joystick.h index 04c5686..2aea487 100644 --- a/Joystick.h +++ b/Joystick.h @@ -6,9 +6,6 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class JSAction; @interface Joystick : NSObject @@ -20,6 +17,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;