Interface InputButtonEventParams

InputButtonEventParams ($ref: "Input.ButtonEvent.Params") Parameters for the ButtonEvent method.

interface InputButtonEventParams {
    button: string;
    holdtime?: number;
    keymap: InputButtonEventType;
}

Properties

button: string
holdtime?: number