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

Implements abstract Mouse State
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
MouseStateBase ( )

Initializes a new instance of the MouseStateBase class.

SetPosition ( int x, int y ) : void

Sets the position.

Update ( ) : void

Updates this instance.

메소드 상세

MouseStateBase() 공개 메소드

Initializes a new instance of the MouseStateBase class.
public MouseStateBase ( )

SetPosition() 공개 추상적인 메소드

Sets the position.
public abstract SetPosition ( int x, int y ) : void
x int The x.
y int The y.
리턴 void

Update() 공개 추상적인 메소드

Updates this instance.
public abstract Update ( ) : void
리턴 void