C# Class SparrowSharp.Core.iOS.EAGLView

Inheritance: OpenTK.Platform.iPhoneOS.iPhoneOSGameView
Datei anzeigen Open project: fmotagarcia/sparrow-sharp

Public Methods

Method Description
StartAnimating ( ) : void
StopAnimating ( ) : 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

Protected Methods

Method Description
ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
CreateFrameBuffer ( ) : void
OnRenderFrame ( FrameEventArgs e ) : void

Private Methods

Method Description
DrawFrame ( ) : void
EAGLView ( NSCoder coder ) : System
GetLayerClass ( ) : Class
processTouches ( UIEvent evt ) : void

Method Details

ConfigureLayer() protected method

protected ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
eaglLayer CAEAGLLayer
return void

CreateFrameBuffer() protected method

protected CreateFrameBuffer ( ) : void
return void

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

StartAnimating() public method

public StartAnimating ( ) : void
return void

StopAnimating() public method

public StopAnimating ( ) : void
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesCancelled() public method

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void