Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
EmptyKeys
UserInterface
Input
XenkoMouseState
C# Class EmptyKeys.UserInterface.Input.XenkoMouseState
Implements Xenko specific mouse state
Inheritance:
MouseStateBase
Datei anzeigen
Open project: EmptyKeys/UI_Engines
Public Methods
Method
Description
SetPosition
(
int
x
,
int
y
) :
void
Sets the position.
Update
( ) :
void
Updates this instance.
Method Details
SetPosition()
public
method
Sets the position.
public
SetPosition
(
int
x
,
int
y
) :
void
x
int
The x.
y
int
The y.
return
void
Update()
public
method
Updates this instance.
public
Update
( ) :
void
return
void