midorable
    Preparing search index...

    Interface InputGamepadSnapshot

    ゲームパッドのスナップショット

    interface InputGamepadSnapshot {
        axes: number[];
        buttons: boolean[];
        id: string;
        index: number;
    }
    Index

    Properties

    Properties

    axes: number[]
    buttons: boolean[]
    id: string
    index: number