C# Class EmptyKeys.UserInterface.Input.MonoGameMouseState

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

Méthodes publiques

Méthode Description
MonoGameMouseState ( ) : System

Initializes a new instance of the MonoGameMouseState class.

SetPosition ( int x, int y ) : void

Sets the position.

Update ( ) : void

Updates this instance.

Method Details

MonoGameMouseState() public méthode

Initializes a new instance of the MonoGameMouseState class.
public MonoGameMouseState ( ) : 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