22 #ifndef BACKENDS_PLATFORM_IOS7_IOS7_GAME_CONTROLLER_H 23 #define BACKENDS_PLATFORM_IOS7_IOS7_GAME_CONTROLLER_H 25 #include <UIKit/UIKit.h> 32 kGameControllerJoystickLeft = 0,
33 kGameControllerJoystickRight
34 } GameControllerJoystick;
37 @property (nonatomic, readwrite, retain)
iPhoneView *view;
38 @property (nonatomic, assign) BOOL isConnected;
42 - (CGPoint)getLocationInView:(UITouch *)touch;
43 - (void)handleJoystickAxisMotionX:(
int)x andY:(int)y forJoystick:(GameControllerJoystick)joystick;
44 - (void)handleJoystickButtonAction:(
int)button isPressed:(bool)pressed;
46 - (void)handleMainMenu:(BOOL)pressed;
Definition: ios7_game_controller.h:29
Definition: ios7_video.h:46