| 12 | { |
| 13 | |
| 14 | MonitorPanel::MonitorPanel() |
| 15 | { |
| 16 | initialiseByAttributes(this); |
| 17 | |
| 18 | mMainWidget->setPosition(0, 0); |
| 19 | |
| 20 | CommandManager::getInstance().registerCommand( |
| 21 | "KeyboardClick", |
| 22 | MyGUI::newDelegate(this, &MonitorPanel::notifyCommand)); |
| 23 | } |
| 24 | |
| 25 | MonitorPanel::~MonitorPanel() |
| 26 | { |
nothing calls this directly
no test coverage detected