Type Alias MinimumKeyboardEvent

MinimumKeyboardEvent: { key: string; preventDefault: () => void }

The minimum keyboard event. This is for the interoperability between the vanilla javascript and the pixijs event system.

Type declaration

  • key: string
  • preventDefault: () => void