Interface ICursorCoords

Represents the cursor's position.

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

Properties

x y

Properties

x: number
y: number