C# Класс OpenTK.Input.MouseDevice

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

Private Properties

Свойство Тип Описание
MouseDevice System

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

Метод Описание
GetHashCode ( ) : int

Calculates the hash code for this instance.

ToString ( ) : string

Returns a System.String that describes this instance.

this ( MouseButton button ) : bool

Gets a System.Boolean indicating the state of the specified MouseButton.

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

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

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

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

Calculates the hash code for this instance.
public GetHashCode ( ) : int
Результат int

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

Returns a System.String that describes this instance.
public ToString ( ) : string
Результат string

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

Gets a System.Boolean indicating the state of the specified MouseButton.
public this ( MouseButton button ) : bool
button MouseButton The MouseButton to check.
Результат bool