AxisType Enum

Definition

The AxisType identifies the type of button or input being sent to the framework from a controller. This is mainly information only or for advanced users to understand the input coming directly from the controller.

public enum class AxisType
public enum AxisType
type AxisType = 
Public Enum AxisType
Inheritance
AxisType

Fields

Digital 2

Digital On/Off input.

DualAxis 4

Dual Axis analogue input.

None 0

No Specified type.

Raw 1

Raw stream from input (proxy only).

SingleAxis 3

Single Axis analogue input.

SixDof 7

Position AND Rotation analogue input.

ThreeDofPosition 5

Position only Axis analogue input.

ThreeDofRotation 6

Rotation only Axis analogue input.

Applies to