Show / Hide Table of Contents

Enum DeviceCategory

Symbolic value describing the general nature of an input device.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum DeviceCategory

Fields

Name Description
GameController

A Game controller exhibits the axes defined in ControllerButton.

Keyboard

A keyboard input device exhibits the buttons defined in KeyCodes.

Kinect

A Kinect Input device.

Mouse

The input device is a mouse. A mouse exhibits two axes 'X' and 'Y', one axis 'Wheel', three buttons 'Left', 'Middle', and 'Right'.

Other

Other kind of input.

SixDOF

A six-degrees-of-freedom input device such as a SpaceMouse.

Skeleton

A skeleton input device.

Touch

A touch input device.

Generated by DocFX
GitHub Repo
Back to top