C# Class Sharpex2D.Input.Implementation.JoystickApi.Joystick

Inheritance: IJoystick
Mostra file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
GetState ( ) : JoystickState

Gets the State.

Initialize ( ) : void

Initializes the input.

Update ( GameTime gameTime ) : void

Updates the object.

Private Methods

Method Description
Try ( uint result ) : void

Trys an MMResult.

Method Details

GetState() public method

Gets the State.
public GetState ( ) : JoystickState
return JoystickState

Initialize() public method

Initializes the input.
public Initialize ( ) : void
return void

Update() public method

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime GameTime The GameTime.
return void