Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
EmptyKeys
UserInterface
Input
XenkoMouseState
C# Класс EmptyKeys.UserInterface.Input.XenkoMouseState
Implements Xenko specific mouse state
Наследование:
MouseStateBase
Показать файл
Открыть проект
Открытые методы
Метод
Описание
SetPosition
(
int
x
,
int
y
) :
void
Sets the position.
Update
( ) :
void
Updates this instance.
Описание методов
SetPosition()
публичный
Метод
Sets the position.
public
SetPosition
(
int
x
,
int
y
) :
void
x
int
The x.
y
int
The y.
Результат
void
Update()
публичный
Метод
Updates this instance.
public
Update
( ) :
void
Результат
void