Specifies the standard keys on a console.
Definition console_key_info.h:24
char32 key_char() const noexcept
Gets the Unicode character represented by the current console_key_info object.
console_modifiers modifiers() const noexcept
Gets a bitwise combination of console_modifiers values that specifies one or more modifier keys press...
bool equals(const console_key_info &key_info) const noexcept override
Indicates whether the current object is equal to another object of the same type.
console_key key() const noexcept
Gets the console key represented by the current console_key_info object.
console_key_info() noexcept=default
Create a new instance of console_key_info class.
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Contains xtd::console_key enum class.
Contains xtd::console_modifiers enum class.
char32_t char32
Represents a 32-bit unicode character.
Definition char32.h:26
console_modifiers
Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.
Definition console_modifiers.h:20
console_key
Specifies the standard keys on a console.
Definition console_key.h:20
@ shift
The left or right SHIFT modifier key.
@ alt
The left or right ALT modifier key.
@ control
The left or right CTRL modifier key.
Contains xtd::iequatable interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::object class.