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

Properties

x y

Properties

x: number

Horizontal pixel coordinate.

y: number

Vertical pixel coordinate.