Method | Description | |
---|---|---|
Close ( ) : void | ||
Closing ( ) : void | ||
DidReceiveMemoryWarning ( ) : void | ||
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
HideCursor ( ) : void | ||
Init ( |
||
Pause ( ) : void | ||
Render ( |
||
Resume ( ) : void | ||
ShowCursor ( ) : void | ||
Shown ( ) : void | ||
TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
TouchesCancelled ( NSSet touches, UIEvent evt ) : void | ||
TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
Update ( |
||
ViewDidAppear ( bool animated ) : void | ||
ViewDidDisappear ( bool animated ) : void | ||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
handleEvent ( |
||
iAdFailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void | ||
iAdLoaded ( object sender, |
||
manageTouches ( NSSet touches, UIEvent evt, bool isUpEvent ) : void |
public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
return | UIInterfaceOrientationMask |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesCancelled ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |