#include "enum.h"
Contains xtd::console_modifiers 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 | xtd::console_modifiers { xtd::console_modifiers::none = 0, xtd::console_modifiers::alt = 0b1, xtd::console_modifiers::shift = 0b10, xtd::console_modifiers::control = 0b100 } |
Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard. More... | |