Show / Hide Table of Contents

Enum InputDeviceType

The type of the input device.

Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
public enum InputDeviceType

Fields

Name Description
Hid

Device is a Human Interface Device. Joysticks, joypads, pens and some specific usb keyboards/mice fall into this category.

Keyboard

Device is a keyboard.

Mouse

Device is a mouse.

In This Article
Back to top Generated by DocFX