Nana C++ Library. Reference for users.
What we need to use nana
|
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 } |
anonymous enum |