#include "keyboardButton.h"#include "buttonRegistry.h"#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | DEFINE_KEYBD_BUTTON_HANDLE(KeyName) |
|
|
Value: static ButtonHandle _##KeyName; \ ButtonHandle KeyboardButton::KeyName() { return _##KeyName; } Definition at line 53 of file keyboardButton.cxx. |
1.3