cocoaTouch/SDLOverrides/SDL_uikitview.h
changeset 2805 36a8cebb91e8
parent 2772 1965eba10be6
child 3006 da6023c2745b
equal deleted inserted replaced
2804:31c6c36c5d34 2805:36a8cebb91e8
    46 	UITextField *textField;
    46 	UITextField *textField;
    47 	BOOL keyboardVisible;
    47 	BOOL keyboardVisible;
    48 #endif
    48 #endif
    49 }
    49 }
    50 
    50 
       
    51 		
    51 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    52 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    52 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    53 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    53 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    54 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    54 
    55 
    55 // see initWithFrame for why "+"
    56 // see initWithFrame for why "+"