Represents a keyboard event.


Enums


Public Member Functions

  • KeyEvent ()
  • KeyEvent (WindowRef win, int code, uint32_t c32, char c, unsigned int modifiers, unsigned int nativeKeyCode)
  • void
    setWindow (const WindowRef &window)

Static Public Member Functions


Protected Attributes

  • int
    mCode
  • uint32_t
    mChar32
  • char
    mChar
  • unsigned int
    mModifiers
  • unsigned int
    mNativeKeyCode
  • mWindow