Type alias CoordinateKeyboardEvent

CoordinateKeyboardEvent: {
    code: string;
    coordinates?: Coords3D;
}

Keyboard event with a key code and coordinates if the device geometry can be figured out with any confidence.

Type declaration

  • code: string
  • Optional coordinates?: Coords3D

Generated using TypeDoc