#include <keyboardeventargs.h>
Public Member Functions | |
KeyboardEventArgs (WoopsiKeyboard *source, WoopsiKey *key) | |
const WoopsiKey * | getKey () const |
Event arguments passed to listeners when a WoopsiKeyboard object raises an event.
WoopsiUI::KeyboardEventArgs::KeyboardEventArgs | ( | WoopsiKeyboard * | source, | |
WoopsiKey * | key | |||
) | [inline] |
Constructor.
source | Pointer to the WoopsiKeyboard object that raised the event. | |
key | Pointer to the key that caused the event. |
const WoopsiKey* WoopsiUI::KeyboardEventArgs::getKey | ( | ) | const [inline] |
Get the key that caused the event.