#include <KeyboardRegistry.h>
Static Public Member Functions | |
| static void | notifyKeyboardListeners (KeyboardEvent *e) |
| static void | addKeyboardListener (KeyboardListener *l) |
| static void | removeKeyboardListener (KeyboardListener *l) |
Static Private Attributes | |
| static std::list < KeyboardListener * > * | KEYBOARD_LISTENERS = new list<KeyboardListener*>() |
| void KeyboardRegistry::addKeyboardListener | ( | KeyboardListener * | l | ) | [static] |
| void KeyboardRegistry::notifyKeyboardListeners | ( | KeyboardEvent * | e | ) | [static] |
| void KeyboardRegistry::removeKeyboardListener | ( | KeyboardListener * | l | ) | [static] |
list< KeyboardListener * > * KeyboardRegistry::KEYBOARD_LISTENERS = new list<KeyboardListener*>() [static, private] |
1.5.7.1