X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;h=1c254a75abb01112ef70ad0e1277e028c5b2d749;hp=831b10b6f3a3e15a93a38bde8bd9c665d32f9081;hb=d442b81606d83ebf913f43d7c3fc5c885c0bbe30;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e diff --git a/Joystick.h b/Joystick.h index 831b10b..1c254a7 100644 --- a/Joystick.h +++ b/Joystick.h @@ -6,15 +6,10 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class JSAction; @interface Joystick : NSObject -@property (assign) int vendorId; -@property (assign) int productId; @property (assign) int index; @property (copy) NSString *productName; @property (assign) IOHIDDeviceRef device;