X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;h=2aea4873ce7de522a9204ce9d34b1b38ef2148c5;hp=6d38ce1e27c1349f649c723882f7ab31bf771091;hb=c262a3d0972ba16257fd24a948ab04f528f80d33;hpb=fad073260e61084c4962e172c58a0595261bd811 diff --git a/Joystick.h b/Joystick.h index 6d38ce1..2aea487 100644 --- a/Joystick.h +++ b/Joystick.h @@ -6,8 +6,6 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import - @class JSAction; @interface Joystick : NSObject @@ -19,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;