xtd 0.2.0
console_modifiers.h File Reference
#include "enum.h"

Definition

Contains xtd::console_modifiers enum class.

Include dependency graph for console_modifiers.h:
This graph shows which files directly or indirectly include this file:

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...