C# Class EmptyKeys.UserInterface.Input.TouchStateBase

Implements abstract Touch state
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
TouchStateBase ( )

Initializes a new instance of the TouchStateBase class.

Update ( ) : void

Updates this instance.

Method Details

TouchStateBase() public méthode

Initializes a new instance of the TouchStateBase class.
public TouchStateBase ( )

Update() public abstract méthode

Updates this instance.
public abstract Update ( ) : void
Résultat void