KbCharAppearEvent class reference


An event raised when the parent window captures a key. The keycode is encoded and can be treated as a UTF-32 character.

Functions documentation

KbCharAppearEvent(Window* owner, unsigned int codepoint, int mods);

Default constructor.


KbCharAppearEvent* Clone() const;

Implementation of the event cloning function.


unsigned int GetCodePoint() const;

Returns encoded key codepoint.


int GetMods() const;

Returns key modifier.


Variables documentation

unsigned int m_uiCodePoint;

Stores data regarding encoded key codepoint.


int m_iMods;

Stores data regarding key modifiers.