C# Class EmptyKeys.UserInterface.Input.FNAMouseState

Implements FNA specific mouse state
Inheritance: MouseStateBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
FNAMouseState ( ) : System

Initializes a new instance of the FNAMouseState class.

SetPosition ( int x, int y ) : void

Sets the position.

Update ( ) : void

Updates this instance.

Method Details

FNAMouseState() public méthode

Initializes a new instance of the FNAMouseState class.
public FNAMouseState ( ) : System
Résultat System

SetPosition() public méthode

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

Update() public méthode

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