Type Alias KeysPressed

KeysPressed: { altKey: boolean; ctrlKey: boolean; shiftKey: boolean }

Type declaration

  • altKey: boolean
  • ctrlKey: boolean
  • shiftKey: boolean