C# Класс OpenTK.Platform.X11.X11Input

Drives the InputDriver on X11. This class supports OpenTK, and is not intended for users of OpenTK.
Наследование: IInputDriver
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
Poll ( ) : void

Polls and updates state of all keyboard, mouse and joystick devices.

X11Input ( IWindowInfo attach ) : System

Constructs a new X11Input driver. Creates a hidden InputOnly window, child to the main application window, which selects input events and routes them to the device specific drivers (Keyboard, Mouse, Hid).

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

Метод Описание
InternalPoll ( ) : void
ProcessEvent ( XEvent &e ) : void

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

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

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

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

Polls and updates state of all keyboard, mouse and joystick devices.
public Poll ( ) : void
Результат void

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

Constructs a new X11Input driver. Creates a hidden InputOnly window, child to the main application window, which selects input events and routes them to the device specific drivers (Keyboard, Mouse, Hid).
public X11Input ( IWindowInfo attach ) : System
attach IWindowInfo The window which the InputDriver will attach itself on.
Результат System