Search Results for

    Show / Hide Table of Contents

    Class GamepadButton

    Buttons for gamepad.

    Inheritance
    System.Object
    GamepadButton
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class GamepadButton : Enum

    Fields

    A

    A (face button down).

    Declaration
    public const GamepadButton A
    Field Value
    GamepadButton

    B

    B (face button right).

    Declaration
    public const GamepadButton B
    Field Value
    GamepadButton

    Back

    Back button.

    Declaration
    public const GamepadButton Back
    Field Value
    GamepadButton

    DPadDown

    PadDown button (DPad / Directional Pad).

    Declaration
    public const GamepadButton DPadDown
    Field Value
    GamepadButton

    DPadLeft

    PadLeft button (DPad / Directional Pad).

    Declaration
    public const GamepadButton DPadLeft
    Field Value
    GamepadButton

    DPadRight

    PadRight button (DPad / Directional Pad).

    Declaration
    public const GamepadButton DPadRight
    Field Value
    GamepadButton

    DPadUp

    PadUp button (DPad / Directional Pad).

    Declaration
    public const GamepadButton DPadUp
    Field Value
    GamepadButton

    LeftShoulder

    Left shoulder button.

    Declaration
    public const GamepadButton LeftShoulder
    Field Value
    GamepadButton

    LeftStickDown

    The left stick down.

    Declaration
    public const GamepadButton LeftStickDown
    Field Value
    GamepadButton

    LeftStickLeft

    The left stick left.

    Declaration
    public const GamepadButton LeftStickLeft
    Field Value
    GamepadButton

    LeftStickRight

    The left stick right.

    Declaration
    public const GamepadButton LeftStickRight
    Field Value
    GamepadButton

    LeftStickUp

    The left stick up.

    Declaration
    public const GamepadButton LeftStickUp
    Field Value
    GamepadButton

    LeftThumb

    Left thumbstick button.

    Declaration
    public const GamepadButton LeftThumb
    Field Value
    GamepadButton

    LeftTrigger

    Left trigger button.

    Declaration
    public const GamepadButton LeftTrigger
    Field Value
    GamepadButton

    MAX

    The count of items in the GamepadButton enum.

    Declaration
    public const GamepadButton MAX
    Field Value
    GamepadButton

    None

    No buttons.

    Declaration
    public const GamepadButton None
    Field Value
    GamepadButton

    RightShoulder

    Right shoulder button.

    Declaration
    public const GamepadButton RightShoulder
    Field Value
    GamepadButton

    RightStickDown

    The right stick down.

    Declaration
    public const GamepadButton RightStickDown
    Field Value
    GamepadButton

    RightStickLeft

    The right stick left.

    Declaration
    public const GamepadButton RightStickLeft
    Field Value
    GamepadButton

    RightStickRight

    The right stick right.

    Declaration
    public const GamepadButton RightStickRight
    Field Value
    GamepadButton

    RightStickUp

    The right stick up.

    Declaration
    public const GamepadButton RightStickUp
    Field Value
    GamepadButton

    RightThumb

    Right thumbstick button.

    Declaration
    public const GamepadButton RightThumb
    Field Value
    GamepadButton

    RightTrigger

    Right trigger button.

    Declaration
    public const GamepadButton RightTrigger
    Field Value
    GamepadButton

    Start

    Start button.

    Declaration
    public const GamepadButton Start
    Field Value
    GamepadButton

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    X

    X (face button left).

    Declaration
    public const GamepadButton X
    Field Value
    GamepadButton

    Y

    Y (face button up).

    Declaration
    public const GamepadButton Y
    Field Value
    GamepadButton

    Extension Methods

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