Search Results for

    Show / Hide Table of Contents

    Class InputGamepadIndex

    The input gamepad index.

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

    Fields

    All

    All detected gamepads.

    Declaration
    public const InputGamepadIndex All
    Field Value
    InputGamepadIndex

    Gamepad0

    The gamepad no. 0.

    Declaration
    public const InputGamepadIndex Gamepad0
    Field Value
    InputGamepadIndex

    Gamepad1

    The gamepad no. 1.

    Declaration
    public const InputGamepadIndex Gamepad1
    Field Value
    InputGamepadIndex

    Gamepad2

    The gamepad no. 2.

    Declaration
    public const InputGamepadIndex Gamepad2
    Field Value
    InputGamepadIndex

    Gamepad3

    The gamepad no. 3.

    Declaration
    public const InputGamepadIndex Gamepad3
    Field Value
    InputGamepadIndex

    Gamepad4

    The gamepad no. 4.

    Declaration
    public const InputGamepadIndex Gamepad4
    Field Value
    InputGamepadIndex

    Gamepad5

    The gamepad no. 5.

    Declaration
    public const InputGamepadIndex Gamepad5
    Field Value
    InputGamepadIndex

    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