22 #ifndef BACKENDS_PLATFORM_IOS7_IOS7_TOUCH_CONTROLLER_H 23 #define BACKENDS_PLATFORM_IOS7_IOS7_TOUCH_CONTROLLER_H 25 #include "backends/platform/ios7/ios7_game_controller.h" 31 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
32 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
33 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
34 - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
Definition: ios7_game_controller.h:29
Definition: ios7_video.h:46
Definition: ios7_touch_controller.h:27