Interface InputExecuteActionParams

interface InputExecuteActionParams {
    action: InputAction;
}

Properties

Properties

action: InputAction