Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
EmptyKeys
UserInterface
Input
XenkoMouseState
C# Class EmptyKeys.UserInterface.Input.XenkoMouseState
Implements Xenko specific mouse state
Inheritance:
MouseStateBase
Afficher le fichier
Open project: EmptyKeys/UI_Engines
Méthodes publiques
Méthode
Description
SetPosition
(
int
x
,
int
y
) :
void
Sets the position.
Update
( ) :
void
Updates this instance.
Method Details
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