Show / Hide Table of Contents

Interface IInputDevice

Defines a common interface for all input devices.

Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public interface IInputDevice

Properties

Description

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

Declaration
string Description { get; }
Property Value
Type Description
String

DeviceType

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

Declaration
InputDeviceType DeviceType { get; }
Property Value
Type Description
InputDeviceType
In This Article
Back to top Generated by DocFX