xtd 0.2.0
Loading...
Searching...
No Matches
console special key

Definition

console special key definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ CONSOLE_SPECIAL_KEY_CTRL_BREAK

constexpr int32_t CONSOLE_SPECIAL_KEY_CTRL_BREAK
constexpr

#include <xtd.core.native/include/xtd/native/console_special_key.h>

The control modifier key plus the BREAK console key.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ CONSOLE_SPECIAL_KEY_CTRL_C

constexpr int32_t CONSOLE_SPECIAL_KEY_CTRL_C
constexpr

#include <xtd.core.native/include/xtd/native/console_special_key.h>

The control modifier key plus the C console key.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ CONSOLE_SPECIAL_KEY_CTRL_BS

constexpr int32_t CONSOLE_SPECIAL_KEY_CTRL_BS
constexpr

#include <xtd.core.native/include/xtd/native/console_special_key.h>

The control modifier key plus the \ console key.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ CONSOLE_SPECIAL_KEY_CTRL_Z

constexpr int32_t CONSOLE_SPECIAL_KEY_CTRL_Z
constexpr

#include <xtd.core.native/include/xtd/native/console_special_key.h>

The control modifier key plus the Z console key.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only