|
SDL
2.0
|
#import <SDL_uikitview.h>
Inheritance diagram for SDL_uikitview:
Collaboration diagram for SDL_uikitview:Instance Methods | |
| (instancetype) | - initWithFrame: |
| (void) | - setSDLWindow: |
| (CGPoint) | - touchLocation:shouldNormalize: |
| (void) | - touchesBegan:withEvent: |
| (void) | - touchesEnded:withEvent: |
| (void) | - touchesMoved:withEvent: |
Definition at line 28 of file SDL_uikitview.h.
| - (instancetype) initWithFrame: | (CGRect) | frame |
| - (void) setSDLWindow: | (SDL_Window *) | window |
| - (void) touchesBegan: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
| - (void) touchesEnded: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
| - (void) touchesMoved: | (NSSet *) | touches | |
| withEvent: | (UIEvent *) | event | |
| - (CGPoint) touchLocation: | (UITouch *) | touch | |
| shouldNormalize: | (BOOL) | normalize | |