MLightCAD
    Preparing search index...

    Interface to define arguments of mouse event events.

    interface AcEdMouseEventArgs {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    X coordinate value of current mouse in the world coordinate system

    y: number

    Y coordinate value of current mouse in the world coordinate system