|
OpenTTD Source 20251117-master-g7398d2e290
|
String representation of a keycode. More...
Data Fields | |
| const std::string_view | name |
| Name of the keycode. | |
| WindowKeyCodes | keycode |
| The keycode. | |
String representation of a keycode.
Definition at line 29 of file hotkeys.cpp.
| WindowKeyCodes KeycodeNames::keycode |
The keycode.
Definition at line 31 of file hotkeys.cpp.
| const std::string_view KeycodeNames::name |
Name of the keycode.
Definition at line 30 of file hotkeys.cpp.