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

Inheritance: IJoystick
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
GetState ( ) : JoystickState

Gets the State.

Initialize ( ) : void

Initializes the input.

Update ( GameTime gameTime ) : void

Updates the object.

Private Methods

Méthode Description
Try ( uint result ) : void

Trys an MMResult.

Method Details

GetState() public méthode

Gets the State.
public GetState ( ) : JoystickState
Résultat JoystickState

Initialize() public méthode

Initializes the input.
public Initialize ( ) : void
Résultat void

Update() public méthode

Updates the object.
public Update ( GameTime gameTime ) : void
gameTime GameTime The GameTime.
Résultat void