midorable
    Preparing search index...

    Interface InputGamepadState

    interface InputGamepadState {
        axes: number[];
        buttons: InputGamepadButtonState[];
        id: string;
        index: number;
    }
    Index

    Properties

    Properties

    axes: number[]

    スティック軸の値配列

    ボタン状態配列

    id: string

    ゲームパッドID

    index: number

    ゲームパッドインデックス