midorable
    Preparing search index...

    Interface InputSnapshot

    全ての入力状態を表すスナップショット

    interface InputSnapshot {
        gamepads: InputGamepadSnapshot[];
        keyboard: InputKeyboardSnapshot;
        pointers: InputPointerSnapshot[];
    }
    Index

    Properties