22 #import <UIKit/UIKit.h>
24 #include "../SDL_sysvideo.h"
30 - (instancetype)initWithFrame:(CGRect)frame;
34 - (CGPoint)touchLocation:(UITouch *)touch shouldNormalize:(BOOL)normalize;
35 - (
void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
36 - (
void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
37 - (
void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;