Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EmptyKeys
UserInterface
Input
FNAMouseState
C# 클래스 EmptyKeys.UserInterface.Input.FNAMouseState
Implements FNA specific mouse state
상속:
MouseStateBase
파일 보기
프로젝트 열기: EmptyKeys/UI_Engines
공개 메소드들
메소드
설명
FNAMouseState
( ) :
System
Initializes a new instance of the
FNAMouseState
class.
SetPosition
(
int
x
,
int
y
) :
void
Sets the position.
Update
( ) :
void
Updates this instance.
메소드 상세
FNAMouseState()
공개
메소드
Initializes a new instance of the
FNAMouseState
class.
public
FNAMouseState
( ) :
System
리턴
System
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