we
    Preparing search index...

    Interface I_PickupedMouseKey

    interface I_PickupedMouseKey {
        altKey: undefined | boolean;
        buttons: undefined | number;
        ctrlKey: undefined | boolean;
        shiftKey: undefined | boolean;
        x: undefined | number;
        y: undefined | number;
    }
    Index

    Properties

    altKey: undefined | boolean
    buttons: undefined | number
    ctrlKey: undefined | boolean
    shiftKey: undefined | boolean
    x: undefined | number
    y: undefined | number