midorable
    Preparing search index...

    Interface InputGamepadButtonState

    interface InputGamepadButtonState {
        down: boolean;
        justPressed: boolean;
        justReleased: boolean;
    }
    Index

    Properties

    down: boolean

    ボタンが押されているか

    justPressed: boolean

    ボタンが押された直後か

    justReleased: boolean

    ボタンが離された直後か