xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Namespaces | Enumerations
console_key.h File Reference
#include "ustring.h"

Definition

Contains xtd::console_key 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 class  xtd::console_key {
  xtd::backspace ,
  xtd::tab ,
  xtd::clear ,
  xtd::enter ,
  xtd::pause ,
  xtd::caps_lock ,
  xtd::escape ,
  xtd::spacebar ,
  xtd::page_up ,
  xtd::page_down ,
  xtd::end ,
  xtd::home ,
  xtd::left_arrow ,
  xtd::up_arrow ,
  xtd::right_arrow ,
  xtd::down_arrow ,
  xtd::select ,
  xtd::print ,
  xtd::execute ,
  xtd::print_screen ,
  xtd::insert ,
  xtd::del ,
  xtd::help ,
  xtd::d0 ,
  xtd::d1 ,
  xtd::d2 ,
  xtd::d3 ,
  xtd::d4 ,
  xtd::d5 ,
  xtd::d6 ,
  xtd::d7 ,
  xtd::d8 ,
  xtd::d9 ,
  xtd::a ,
  xtd::b ,
  xtd::c ,
  xtd::d ,
  xtd::e ,
  xtd::f ,
  xtd::g ,
  xtd::h ,
  xtd::i ,
  xtd::j ,
  xtd::k ,
  xtd::l ,
  xtd::m ,
  xtd::n ,
  xtd::o ,
  xtd::p ,
  xtd::q ,
  xtd::r ,
  xtd::s ,
  xtd::t ,
  xtd::u ,
  xtd::v ,
  xtd::w ,
  xtd::x ,
  xtd::y ,
  xtd::z ,
  xtd::left_windows ,
  xtd::right_windows ,
  xtd::applications ,
  xtd::sleep ,
  xtd::num_pad_0 ,
  xtd::num_pad_1 ,
  xtd::num_pad_2 ,
  xtd::num_pad_3 ,
  xtd::num_pad_4 ,
  xtd::num_pad_5 ,
  xtd::num_pad_6 ,
  xtd::num_pad_7 ,
  xtd::num_pad_8 ,
  xtd::num_pad_9 ,
  xtd::multiply ,
  xtd::add ,
  xtd::separator ,
  xtd::subtract ,
  xtd::decimal ,
  xtd::divide ,
  xtd::f1 ,
  xtd::f2 ,
  xtd::f3 ,
  xtd::f4 ,
  xtd::f5 ,
  xtd::f6 ,
  xtd::f7 ,
  xtd::f8 ,
  xtd::f9 ,
  xtd::f10 ,
  xtd::f11 ,
  xtd::f12 ,
  xtd::f13 ,
  xtd::f14 ,
  xtd::f15 ,
  xtd::f16 ,
  xtd::f17 ,
  xtd::f18 ,
  xtd::f19 ,
  xtd::f20 ,
  xtd::f21 ,
  xtd::f22 ,
  xtd::f23 ,
  xtd::f24 ,
  xtd::browser_back ,
  xtd::browser_forward ,
  xtd::browser_refresh ,
  xtd::browser_stop ,
  xtd::browser_search ,
  xtd::browser_favorites ,
  xtd::browser_home ,
  xtd::volume_mute ,
  xtd::volume_down ,
  xtd::volume_up ,
  xtd::media_next ,
  xtd::media_previous ,
  xtd::media_stop ,
  xtd::media_play ,
  xtd::launch_mail ,
  xtd::launch_media_select ,
  xtd::launch_app1 ,
  xtd::launch_app2 ,
  xtd::oem1 ,
  xtd::oem_plus ,
  xtd::oem_comma ,
  xtd::oem_minus ,
  xtd::oem_period ,
  xtd::oem2 ,
  xtd::oem3 ,
  xtd::oem4 ,
  xtd::oem5 ,
  xtd::oem6 ,
  xtd::oem7 ,
  xtd::oem8 ,
  xtd::oem102 ,
  xtd::process ,
  xtd::packet ,
  xtd::attention ,
  xtd::cr_sel ,
  xtd::ex_sel ,
  xtd::erase_end_of_file ,
  xtd::play ,
  xtd::zoom ,
  xtd::no_name ,
  xtd::pa1 ,
  xtd::oem_clear
}
 Specifies the standard keys on a console. More...