zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_uikitview Class Reference

#import <SDL_uikitview.h>

Inherits UIView.

Inherited by SDL_uikitopenglview.

Instance Methods

(void- touchesBegan:withEvent:
 
(void- touchesEnded:withEvent:
 
(void- touchesMoved:withEvent:
 
(CGPoint) - touchLocation:shouldNormalize:
 

Public Attributes

SDL_uikitviewcontrollerviewcontroller
 

Protected Attributes

UITouch * leftFingerDown
 
SDL_TouchID touchId
 

Detailed Description

Definition at line 36 of file SDL_uikitview.h.

Method Documentation

- (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 

Member Data Documentation

- (UITouch*) leftFingerDown
protected

Definition at line 40 of file SDL_uikitview.h.

- (SDL_TouchID) touchId
protected

Definition at line 39 of file SDL_uikitview.h.

- (SDL_uikitviewcontroller*) viewcontroller

Definition at line 51 of file SDL_uikitview.h.


The documentation for this class was generated from the following file: