C# Class EmptyKeys.UserInterface.Input.MouseStateBase

Implements abstract Mouse State
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
MouseStateBase ( )

Initializes a new instance of the MouseStateBase class.

SetPosition ( int x, int y ) : void

Sets the position.

Update ( ) : void

Updates this instance.

Method Details

MouseStateBase() public méthode

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

SetPosition() public abstract méthode

Sets the position.
public abstract SetPosition ( int x, int y ) : void
x int The x.
y int The y.
Résultat void

Update() public abstract méthode

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