Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::keyboard Struct Reference

Public Types

enum  {
  start_of_headline = 0x1, end_of_text = 0x3, backspace = 0x8, tab = 0x9,
  alt = 0x12, enter_n = 0xA, enter = 0xD, enter_r = 0xD,
  sync_idel = 0x16, cancel = 0x18, end_of_medium = 0x19, substitute = 0x1A,
  escape = 0x1B, space = 0x20, del = 0x7F, os_del = del,
  select_all = start_of_headline, copy = end_of_text, paste = sync_idel, cut = cancel,
  redo = end_of_medium, undo = substitute, os_tab = 0x09, os_shift = 0x10,
  os_ctrl = 0x11, os_pageup = 0x21, os_pagedown, os_arrow_left = 0x25,
  os_arrow_up, os_arrow_right, os_arrow_down, os_insert = 0x2D,
  os_end = 0x23, os_home
}
 

Member Enumeration Documentation

anonymous enum
Enumerator
start_of_headline 
end_of_text 
backspace 
tab 
alt 
enter_n 
enter 
enter_r 
sync_idel 
cancel 
end_of_medium 
substitute 
escape 
space 
del 
os_del 
select_all 
copy 
paste 
cut 
redo 
undo 
os_tab 
os_shift 
os_ctrl 
os_pageup 
os_pagedown 
os_arrow_left 
os_arrow_up 
os_arrow_right 
os_arrow_down 
os_insert 
os_end 
os_home