Class GamepadAxis
Axis for gamepad.
Inheritance
System.Object
GamepadAxis
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GamepadAxis : Enum
Fields
LeftStickX
The X-Axis of the left thumb stick.
Declaration
public const GamepadAxis LeftStickX
Field Value
GamepadAxis
|
LeftStickY
The Y-Axis of the left thumb stick.
Declaration
public const GamepadAxis LeftStickY
Field Value
GamepadAxis
|
LeftTrigger
MAX
The count of items in the GamepadAxis enum.
Declaration
public const GamepadAxis MAX
Field Value
GamepadAxis
|
None
RightStickX
The X-Axis of the right thumb stick.
Declaration
public const GamepadAxis RightStickX
Field Value
GamepadAxis
|
RightStickY
The Y-Axis of the right thumb stick.
Declaration
public const GamepadAxis RightStickY
Field Value
GamepadAxis
|
RightTrigger
value__
Declaration
public int value__
Field Value
System.Int32
|