Show / Hide Table of Contents

Interface IInputDevice

Defines a common interface for all input devices.

Namespace: OpenTK.Input
Assembly: cs.temp.dll.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
System.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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX