Search Results for

    Show / Hide Table of Contents

    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

    The left trigger.

    Declaration
    public const GamepadAxis LeftTrigger
    Field Value
    GamepadAxis

    MAX

    The count of items in the GamepadAxis enum.

    Declaration
    public const GamepadAxis MAX
    Field Value
    GamepadAxis

    None

    No axis.

    Declaration
    public const GamepadAxis None
    Field Value
    GamepadAxis

    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

    The right trigger.

    Declaration
    public const GamepadAxis RightTrigger
    Field Value
    GamepadAxis

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat