The Open Toolkit library  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
OpenTK.Input.IInputDevice Interface Reference

Defines a common interface for all input devices. More...

+ Inheritance diagram for OpenTK.Input.IInputDevice:

Properties

string Description [get]
 Gets a System.String with a unique description of this IInputDevice instance. More...
 
InputDeviceType DeviceType [get]
 Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance. More...
 

Detailed Description

Defines a common interface for all input devices.

Property Documentation

string OpenTK.Input.IInputDevice.Description
get

Gets a System.String with a unique description of this IInputDevice instance.

InputDeviceType OpenTK.Input.IInputDevice.DeviceType
get

Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance.