interface ScreenPoint {
    screenX: number;
    screenY: number;
}

Properties

Properties

screenX: number
screenY: number