WoopsiUI::KeyboardEventHandler Class Reference
#include <keyboardeventhandler.h>
List of all members.
Detailed Description
Base keyboard event handler, intended to be subclassed. The WoopsiKeyboard class raises events to instances of this class for processing.
Constructor & Destructor Documentation
WoopsiUI::KeyboardEventHandler::KeyboardEventHandler |
( |
|
) |
[inline] |
virtual WoopsiUI::KeyboardEventHandler::~KeyboardEventHandler |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual void WoopsiUI::KeyboardEventHandler::handleKeyboardPressEvent |
( |
const KeyboardEventArgs & |
e |
) |
[inline, virtual] |
Handle a keyboard press event.
- Parameters:
-
virtual void WoopsiUI::KeyboardEventHandler::handleKeyboardReleaseEvent |
( |
const KeyboardEventArgs & |
e |
) |
[inline, virtual] |
Handle a keyboard release event.
- Parameters:
-
virtual void WoopsiUI::KeyboardEventHandler::handleKeyboardRepeatEvent |
( |
const KeyboardEventArgs & |
e |
) |
[inline, virtual] |
Handle a keyboard repeat event.
- Parameters:
-
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/Desktop/woopsi-src-0.40/Woopsi/libwoopsi/include/keyboardeventhandler.h