clik-engine API
    Preparing search index...

    Interface ActionBinding

    interface ActionBinding {
        gamepad?: string;
        keys?: string[];
        pointer?: "down";
        touch?: "tap" | "swipe_left" | "swipe_right" | "swipe_up" | "swipe_down";
    }
    Index

    Properties

    gamepad?: string
    keys?: string[]
    pointer?: "down"

    Pointer/mouse binding: 'down' fires immediately on press and stays active while held

    touch?: "tap" | "swipe_left" | "swipe_right" | "swipe_up" | "swipe_down"