xtd 0.2.0
Loading...
Searching...
No Matches

◆ console_modifiers

enum class xtd::console_modifiers
strong

Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.

Header
#include <xtd/console_modifiers>
Namespace
xtd
Library
xtd.core
See also
Console
Enumerator
none 

No modifier key.

alt 

The left or right ALT modifier key.

shift 

The left or right SHIFT modifier key.

control 

The left or right CTRL modifier key.