C# Class DeepSpace.Components.Joystick.JoystickComponent

Inheritance: Behavior
Show file Open project: WaveEngine/QuickStarters Class Usage Examples

Private Properties

Property Type Description
ActionableTouchGesturesTouchMoved void
ActionableTouchGesturesTouchPressed void
ActionableTouchGesturesTouchReleased void

Public Methods

Method Description
JoystickComponent ( ) : System

Protected Methods

Method Description
DefaultValues ( ) : void
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
ActionableTouchGesturesTouchMoved ( object sender, GestureEventArgs e ) : void
ActionableTouchGesturesTouchPressed ( object sender, GestureEventArgs e ) : void
ActionableTouchGesturesTouchReleased ( object sender, GestureEventArgs e ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

JoystickComponent() public method

public JoystickComponent ( ) : System
return System

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void