X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Joystick.h;h=1c254a75abb01112ef70ad0e1277e028c5b2d749;hp=2aea4873ce7de522a9204ce9d34b1b38ef2148c5;hb=d442b81606d83ebf913f43d7c3fc5c885c0bbe30;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708 diff --git a/Joystick.h b/Joystick.h index 2aea487..1c254a7 100644 --- a/Joystick.h +++ b/Joystick.h @@ -10,8 +10,6 @@ @interface Joystick : NSObject -@property (assign) int vendorId; -@property (assign) int productId; @property (assign) int index; @property (copy) NSString *productName; @property (assign) IOHIDDeviceRef device;