focusPoint: {
    x: number;
    y: number;
}

Defines a point where the "origin" of the pointer is

Type declaration

  • x: number
  • y: number

Generated using TypeDoc