xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
Contains xtd::console_special_key enum class.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Enumerations | |
enum class | xtd::console_special_key { xtd::control_break , xtd::control_c , xtd::control_backslash , xtd::control_z } |
Specifies combinations of modifier and console keys that can interrupt the current process. More... | |