38#import <Foundation/Foundation.h>
49 SDL_Joystick *
stick[MAX_STICKS];
55- (BOOL) handleSDLEvent: (SDL_Event *)evt;
56- (NSString *) nameOfJoystick:(NSUInteger)stickNumber;
57- (int16_t) getAxisWithStick:(NSUInteger) stickNum axis:(NSUInteger) axisNum ;
58- (
JoyAxisEvent) makeJoyAxisEvent: (SDL_JoyAxisEvent*) sdlevt;
59- (
JoyButtonEvent) makeJoyButtonEvent: (SDL_JoyButtonEvent*) sdlevt;
60- (
JoyHatEvent) makeJoyHatEvent: (SDL_JoyHatEvent*) sdlevt;
61- (NSInteger) getJoystickIndexFromId: (SDL_JoystickID) joystickId;
NSDictionary * joystickIdMap
SDL_Joystick * stick[MAX_STICKS]