Interface to define arguments of mouse event events.

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

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