| 79 | static const wchar* BoolNames[2] = { L"Disabled", L"Enabled" }; |
| 80 | |
| 81 | BoolGUI::BoolGUI(const wchar* name, bool value, KeyboardState::Keys toggleKey) |
| 82 | : TextGUI(name, value, 2, BoolNames, toggleKey) |
| 83 | { |
| 84 | } |
| 85 | |
| 86 | |
| 87 | } |
nothing calls this directly
no outgoing calls
no test coverage detected