C# Класс EmptyKeys.UserInterface.Input.MouseStateBase

Implements abstract Mouse State
Показать файл Открыть проект

Открытые методы

Метод Описание
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