C# Class MyBouncingGame.Util.TouchScreenInput

Inheritance: IDisposable
Datei anzeigen Open project: coroner4817/MyBouncingGame Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TouchScreenInput ( CocosSharp.CCLayer Owner, PaddleEntity controledEntity ) : System
TouchScreenInput ( CocosSharp.CCLayer Owner, PhysicsEntity controledEntity ) : System

Private Methods

Method Description
HandleTouchesMoved ( System touches, CocosSharp.CCEvent touchEvent ) : void
OnTouchesBegan ( List touches, CocosSharp.CCEvent touchEvent ) : void
OnTouchesEnded ( List touches, CocosSharp.CCEvent touchEvent ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TouchScreenInput() public method

public TouchScreenInput ( CocosSharp.CCLayer Owner, PaddleEntity controledEntity ) : System
Owner CocosSharp.CCLayer
controledEntity MyBouncingGame.Entity.PaddleEntity
return System

TouchScreenInput() public method

public TouchScreenInput ( CocosSharp.CCLayer Owner, PhysicsEntity controledEntity ) : System
Owner CocosSharp.CCLayer
controledEntity MyBouncingGame.Entity.PhysicsEntity
return System