phina.js.d.ts
    Preparing search index...

    Interface MouseStatic

    interface MouseStatic {
        new MouseStatic(domElement: HTMLElement): phina.input.Mouse;
        BUTTON_LEFT: number;
        BUTTON_MIDDLE: number;
        BUTTON_RIGHT: number;
        (domElement: HTMLElement): phina.input.Mouse;
    }
    Index

    Constructors

    Properties

    BUTTON_LEFT: number
    BUTTON_MIDDLE: number
    BUTTON_RIGHT: number