Interface InputButtonEventParams

interface InputButtonEventParams {
    button: string;
    holdtime?: number;
    keymap: "KB" | "XG" | "R1" | "R2";
}

Properties

button: string
holdtime?: number
keymap: "KB" | "XG" | "R1" | "R2"