C# Класс BlisterUI.Input.MouseManager

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Bind ( Point binding ) : void
Bind ( int x, int y ) : void
IsButtonJustPressed ( MouseButton button ) : bool
IsButtonJustReleased ( MouseButton button ) : bool
Refresh ( ) : void
RefreshPosition ( ) : void
Unbind ( ) : void

Приватные методы

Метод Описание
MouseManager ( ) : System

Описание методов

Bind() публичный Метод

public Bind ( Point binding ) : void
binding Point
Результат void

Bind() публичный Метод

public Bind ( int x, int y ) : void
x int
y int
Результат void

IsButtonJustPressed() публичный Метод

public IsButtonJustPressed ( MouseButton button ) : bool
button MouseButton
Результат bool

IsButtonJustReleased() публичный Метод

public IsButtonJustReleased ( MouseButton button ) : bool
button MouseButton
Результат bool

Refresh() публичный Метод

public Refresh ( ) : void
Результат void

RefreshPosition() публичный Метод

public RefreshPosition ( ) : void
Результат void

Unbind() публичный Метод

public Unbind ( ) : void
Результат void