console special key definitions.
Variables | |
constexpr int32_t | CONSOLE_SPECIAL_KEY_CTRL_BREAK |
The control modifier key plus the BREAK console key. | |
constexpr int32_t | CONSOLE_SPECIAL_KEY_CTRL_C |
The control modifier key plus the C console key. | |
constexpr int32_t | CONSOLE_SPECIAL_KEY_CTRL_BS |
The control modifier key plus the \ console key. | |
constexpr int32_t | CONSOLE_SPECIAL_KEY_CTRL_Z |
The control modifier key plus the Z console key. | |
|
constexpr |
#include <xtd.core.native/include/xtd/native/console_special_key.h>
The control modifier key plus the BREAK console key.
|
constexpr |
#include <xtd.core.native/include/xtd/native/console_special_key.h>
The control modifier key plus the C console key.
|
constexpr |
#include <xtd.core.native/include/xtd/native/console_special_key.h>
The control modifier key plus the \ console key.
|
constexpr |
#include <xtd.core.native/include/xtd/native/console_special_key.h>
The control modifier key plus the Z console key.