Class InputAxisType
The input axes types.
Inheritance
System.Object
InputAxisType
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class InputAxisType : Enum
Fields
GamepadDPadX
Pad X axis - left/right (DPad / Directional Pad).
Declaration
public const InputAxisType GamepadDPadX
Field Value
InputAxisType
|
GamepadDPadY
Pad Y axis - up/down (DPad / Directional Pad).
Declaration
public const InputAxisType GamepadDPadY
Field Value
InputAxisType
|
GamepadLeftStickX
The gamepad X-Axis of the left thumb stick.
Declaration
public const InputAxisType GamepadLeftStickX
Field Value
InputAxisType
|
GamepadLeftStickY
The gamepad Y-Axis of the left thumb stick.
Declaration
public const InputAxisType GamepadLeftStickY
Field Value
InputAxisType
|
GamepadLeftTrigger
The gamepad left trigger.
Declaration
public const InputAxisType GamepadLeftTrigger
Field Value
InputAxisType
|
GamepadRightStickX
The gamepad X-Axis of the right thumb stick.
Declaration
public const InputAxisType GamepadRightStickX
Field Value
InputAxisType
|
GamepadRightStickY
The gamepad Y-Axis of the right thumb stick.
Declaration
public const InputAxisType GamepadRightStickY
Field Value
InputAxisType
|
GamepadRightTrigger
The gamepad right trigger.
Declaration
public const InputAxisType GamepadRightTrigger
Field Value
InputAxisType
|
KeyboardOnly
The keyboard only mode. For key inputs.
Declaration
public const InputAxisType KeyboardOnly
Field Value
InputAxisType
|
MouseWheel
The mouse wheel (mouse wheel delta scaled by the sensitivity).
Declaration
public const InputAxisType MouseWheel
Field Value
InputAxisType
|
MouseX
The mouse X-Axis (mouse delta position scaled by the sensitivity).
Declaration
public const InputAxisType MouseX
Field Value
InputAxisType
|
MouseY
The mouse Y-Axis (mouse delta position scaled by the sensitivity).
Declaration
public const InputAxisType MouseY
Field Value
InputAxisType
|
value__
Declaration
public int value__
Field Value
System.Int32
|