C# 클래스 EmptyKeys.UserInterface.Input.XenkoMouseState

Implements Xenko specific mouse state
상속: MouseStateBase
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
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