C# Class Sharpex2D.Input.Implementation.Touch.TouchDevice

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

Méthodes publiques

Méthode Description
GetState ( ) : TouchState

Gets the State.

Initialize ( ) : void

Initializes the input.

TouchDevice ( ) : System

Initializes a new Touch class.

Update ( GameTime gameTime ) : void

Updates the object.

Private Methods

Méthode Description
DecodeMessage ( Message m ) : void

Decoces the message.

MessageArrived ( object sender, MessageEventArgs e ) : void

MessageArrived event.

Method Details

GetState() public méthode

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

Initialize() public méthode

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

TouchDevice() public méthode

Initializes a new Touch class.
public TouchDevice ( ) : System
Résultat System

Update() public méthode

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