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

Provides access to mouse devices. Note: this API is not implemented yet.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetState ( int index ) : MouseState

Retrieves the MouseState for the specified mouse device.

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

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

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

GetState() публичный статический Метод

Retrieves the MouseState for the specified mouse device.
public static GetState ( int index ) : MouseState
index int The index of the mouse device.
Результат MouseState