Ultralight C++ API 1.3.0
|
Namespace containing all the key-code definitions for KeyboardEvent. More...
Variables | |
const int | GK_BACK = 0x08 |
const int | GK_TAB = 0x09 |
const int | GK_CLEAR = 0x0C |
const int | GK_RETURN = 0x0D |
const int | GK_SHIFT = 0x10 |
const int | GK_CONTROL = 0x11 |
const int | GK_MENU = 0x12 |
const int | GK_PAUSE = 0x13 |
const int | GK_CAPITAL = 0x14 |
const int | GK_KANA = 0x15 |
const int | GK_HANGUL = 0x15 |
const int | GK_IME_ON = 0x16 |
const int | GK_JUNJA = 0x17 |
const int | GK_FINAL = 0x18 |
const int | GK_HANJA = 0x19 |
const int | GK_KANJI = 0x19 |
const int | GK_IME_OFF = 0x1A |
const int | GK_ESCAPE = 0x1B |
const int | GK_CONVERT = 0x1C |
const int | GK_NONCONVERT = 0x1D |
const int | GK_ACCEPT = 0x1E |
const int | GK_MODECHANGE = 0x1F |
const int | GK_SPACE = 0x20 |
const int | GK_PRIOR = 0x21 |
const int | GK_NEXT = 0x22 |
const int | GK_END = 0x23 |
const int | GK_HOME = 0x24 |
const int | GK_LEFT = 0x25 |
const int | GK_UP = 0x26 |
const int | GK_RIGHT = 0x27 |
const int | GK_DOWN = 0x28 |
const int | GK_SELECT = 0x29 |
const int | GK_PRINT = 0x2A |
const int | GK_EXECUTE = 0x2B |
const int | GK_SNAPSHOT = 0x2C |
const int | GK_INSERT = 0x2D |
const int | GK_DELETE = 0x2E |
const int | GK_HELP = 0x2F |
const int | GK_0 = 0x30 |
const int | GK_1 = 0x31 |
const int | GK_2 = 0x32 |
const int | GK_3 = 0x33 |
const int | GK_4 = 0x34 |
const int | GK_5 = 0x35 |
const int | GK_6 = 0x36 |
const int | GK_7 = 0x37 |
const int | GK_8 = 0x38 |
const int | GK_9 = 0x39 |
const int | GK_A = 0x41 |
const int | GK_B = 0x42 |
const int | GK_C = 0x43 |
const int | GK_D = 0x44 |
const int | GK_E = 0x45 |
const int | GK_F = 0x46 |
const int | GK_G = 0x47 |
const int | GK_H = 0x48 |
const int | GK_I = 0x49 |
const int | GK_J = 0x4A |
const int | GK_K = 0x4B |
const int | GK_L = 0x4C |
const int | GK_M = 0x4D |
const int | GK_N = 0x4E |
const int | GK_O = 0x4F |
const int | GK_P = 0x50 |
const int | GK_Q = 0x51 |
const int | GK_R = 0x52 |
const int | GK_S = 0x53 |
const int | GK_T = 0x54 |
const int | GK_U = 0x55 |
const int | GK_V = 0x56 |
const int | GK_W = 0x57 |
const int | GK_X = 0x58 |
const int | GK_Y = 0x59 |
const int | GK_Z = 0x5A |
const int | GK_LWIN = 0x5B |
const int | GK_RWIN = 0x5C |
const int | GK_APPS = 0x5D |
const int | GK_SLEEP = 0x5F |
const int | GK_NUMPAD0 = 0x60 |
const int | GK_NUMPAD1 = 0x61 |
const int | GK_NUMPAD2 = 0x62 |
const int | GK_NUMPAD3 = 0x63 |
const int | GK_NUMPAD4 = 0x64 |
const int | GK_NUMPAD5 = 0x65 |
const int | GK_NUMPAD6 = 0x66 |
const int | GK_NUMPAD7 = 0x67 |
const int | GK_NUMPAD8 = 0x68 |
const int | GK_NUMPAD9 = 0x69 |
const int | GK_MULTIPLY = 0x6A |
const int | GK_ADD = 0x6B |
const int | GK_SEPARATOR = 0x6C |
const int | GK_SUBTRACT = 0x6D |
const int | GK_DECIMAL = 0x6E |
const int | GK_DIVIDE = 0x6F |
const int | GK_F1 = 0x70 |
const int | GK_F2 = 0x71 |
const int | GK_F3 = 0x72 |
const int | GK_F4 = 0x73 |
const int | GK_F5 = 0x74 |
const int | GK_F6 = 0x75 |
const int | GK_F7 = 0x76 |
const int | GK_F8 = 0x77 |
const int | GK_F9 = 0x78 |
const int | GK_F10 = 0x79 |
const int | GK_F11 = 0x7A |
const int | GK_F12 = 0x7B |
const int | GK_F13 = 0x7C |
const int | GK_F14 = 0x7D |
const int | GK_F15 = 0x7E |
const int | GK_F16 = 0x7F |
const int | GK_F17 = 0x80 |
const int | GK_F18 = 0x81 |
const int | GK_F19 = 0x82 |
const int | GK_F20 = 0x83 |
const int | GK_F21 = 0x84 |
const int | GK_F22 = 0x85 |
const int | GK_F23 = 0x86 |
const int | GK_F24 = 0x87 |
const int | GK_NUMLOCK = 0x90 |
const int | GK_SCROLL = 0x91 |
const int | GK_LSHIFT = 0xA0 |
const int | GK_RSHIFT = 0xA1 |
const int | GK_LCONTROL = 0xA2 |
const int | GK_RCONTROL = 0xA3 |
const int | GK_LMENU = 0xA4 |
const int | GK_RMENU = 0xA5 |
const int | GK_BROWSER_BACK = 0xA6 |
const int | GK_BROWSER_FORWARD = 0xA7 |
const int | GK_BROWSER_REFRESH = 0xA8 |
const int | GK_BROWSER_STOP = 0xA9 |
const int | GK_BROWSER_SEARCH = 0xAA |
const int | GK_BROWSER_FAVORITES = 0xAB |
const int | GK_BROWSER_HOME = 0xAC |
const int | GK_VOLUME_MUTE = 0xAD |
const int | GK_VOLUME_DOWN = 0xAE |
const int | GK_VOLUME_UP = 0xAF |
const int | GK_MEDIA_NEXT_TRACK = 0xB0 |
const int | GK_MEDIA_PREV_TRACK = 0xB1 |
const int | GK_MEDIA_STOP = 0xB2 |
const int | GK_MEDIA_PLAY_PAUSE = 0xB3 |
const int | GK_MEDIA_LAUNCH_MAIL = 0xB4 |
const int | GK_MEDIA_LAUNCH_MEDIA_SELECT = 0xB5 |
const int | GK_MEDIA_LAUNCH_APP1 = 0xB6 |
const int | GK_MEDIA_LAUNCH_APP2 = 0xB7 |
const int | GK_OEM_1 = 0xBA |
const int | GK_OEM_PLUS = 0xBB |
const int | GK_OEM_COMMA = 0xBC |
const int | GK_OEM_MINUS = 0xBD |
const int | GK_OEM_PERIOD = 0xBE |
const int | GK_OEM_2 = 0xBF |
const int | GK_OEM_3 = 0xC0 |
const int | GK_OEM_4 = 0xDB |
const int | GK_OEM_5 = 0xDC |
const int | GK_OEM_6 = 0xDD |
const int | GK_OEM_7 = 0xDE |
const int | GK_OEM_8 = 0xDF |
const int | GK_OEM_102 = 0xE2 |
const int | GK_PROCESSKEY = 0xE5 |
const int | GK_PACKET = 0xE7 |
const int | GK_OEM_ATTN = 0xF0 |
const int | GK_ATTN = 0xF6 |
const int | GK_CRSEL = 0xF7 |
const int | GK_EXSEL = 0xF8 |
const int | GK_EREOF = 0xF9 |
const int | GK_PLAY = 0xFA |
const int | GK_ZOOM = 0xFB |
const int | GK_NONAME = 0xFC |
const int | GK_PA1 = 0xFD |
const int | GK_OEM_CLEAR = 0xFE |
const int | GK_UNKNOWN = 0 |
Namespace containing all the key-code definitions for KeyboardEvent.
Most of these correspond directly to the key-code values on Windows.
const int ultralight::KeyCodes::GK_0 = 0x30 |
const int ultralight::KeyCodes::GK_1 = 0x31 |
const int ultralight::KeyCodes::GK_2 = 0x32 |
const int ultralight::KeyCodes::GK_3 = 0x33 |
const int ultralight::KeyCodes::GK_4 = 0x34 |
const int ultralight::KeyCodes::GK_5 = 0x35 |
const int ultralight::KeyCodes::GK_6 = 0x36 |
const int ultralight::KeyCodes::GK_7 = 0x37 |
const int ultralight::KeyCodes::GK_8 = 0x38 |
const int ultralight::KeyCodes::GK_9 = 0x39 |
const int ultralight::KeyCodes::GK_A = 0x41 |
const int ultralight::KeyCodes::GK_ACCEPT = 0x1E |
const int ultralight::KeyCodes::GK_ADD = 0x6B |
const int ultralight::KeyCodes::GK_APPS = 0x5D |
const int ultralight::KeyCodes::GK_ATTN = 0xF6 |
const int ultralight::KeyCodes::GK_B = 0x42 |
const int ultralight::KeyCodes::GK_BACK = 0x08 |
const int ultralight::KeyCodes::GK_BROWSER_BACK = 0xA6 |
const int ultralight::KeyCodes::GK_BROWSER_FAVORITES = 0xAB |
const int ultralight::KeyCodes::GK_BROWSER_FORWARD = 0xA7 |
const int ultralight::KeyCodes::GK_BROWSER_HOME = 0xAC |
const int ultralight::KeyCodes::GK_BROWSER_REFRESH = 0xA8 |
const int ultralight::KeyCodes::GK_BROWSER_SEARCH = 0xAA |
const int ultralight::KeyCodes::GK_BROWSER_STOP = 0xA9 |
const int ultralight::KeyCodes::GK_C = 0x43 |
const int ultralight::KeyCodes::GK_CAPITAL = 0x14 |
const int ultralight::KeyCodes::GK_CLEAR = 0x0C |
const int ultralight::KeyCodes::GK_CONTROL = 0x11 |
const int ultralight::KeyCodes::GK_CONVERT = 0x1C |
const int ultralight::KeyCodes::GK_CRSEL = 0xF7 |
const int ultralight::KeyCodes::GK_D = 0x44 |
const int ultralight::KeyCodes::GK_DECIMAL = 0x6E |
const int ultralight::KeyCodes::GK_DELETE = 0x2E |
const int ultralight::KeyCodes::GK_DIVIDE = 0x6F |
const int ultralight::KeyCodes::GK_DOWN = 0x28 |
const int ultralight::KeyCodes::GK_E = 0x45 |
const int ultralight::KeyCodes::GK_END = 0x23 |
const int ultralight::KeyCodes::GK_EREOF = 0xF9 |
const int ultralight::KeyCodes::GK_ESCAPE = 0x1B |
const int ultralight::KeyCodes::GK_EXECUTE = 0x2B |
const int ultralight::KeyCodes::GK_EXSEL = 0xF8 |
const int ultralight::KeyCodes::GK_F = 0x46 |
const int ultralight::KeyCodes::GK_F1 = 0x70 |
const int ultralight::KeyCodes::GK_F10 = 0x79 |
const int ultralight::KeyCodes::GK_F11 = 0x7A |
const int ultralight::KeyCodes::GK_F12 = 0x7B |
const int ultralight::KeyCodes::GK_F13 = 0x7C |
const int ultralight::KeyCodes::GK_F14 = 0x7D |
const int ultralight::KeyCodes::GK_F15 = 0x7E |
const int ultralight::KeyCodes::GK_F16 = 0x7F |
const int ultralight::KeyCodes::GK_F17 = 0x80 |
const int ultralight::KeyCodes::GK_F18 = 0x81 |
const int ultralight::KeyCodes::GK_F19 = 0x82 |
const int ultralight::KeyCodes::GK_F2 = 0x71 |
const int ultralight::KeyCodes::GK_F20 = 0x83 |
const int ultralight::KeyCodes::GK_F21 = 0x84 |
const int ultralight::KeyCodes::GK_F22 = 0x85 |
const int ultralight::KeyCodes::GK_F23 = 0x86 |
const int ultralight::KeyCodes::GK_F24 = 0x87 |
const int ultralight::KeyCodes::GK_F3 = 0x72 |
const int ultralight::KeyCodes::GK_F4 = 0x73 |
const int ultralight::KeyCodes::GK_F5 = 0x74 |
const int ultralight::KeyCodes::GK_F6 = 0x75 |
const int ultralight::KeyCodes::GK_F7 = 0x76 |
const int ultralight::KeyCodes::GK_F8 = 0x77 |
const int ultralight::KeyCodes::GK_F9 = 0x78 |
const int ultralight::KeyCodes::GK_FINAL = 0x18 |
const int ultralight::KeyCodes::GK_G = 0x47 |
const int ultralight::KeyCodes::GK_H = 0x48 |
const int ultralight::KeyCodes::GK_HANGUL = 0x15 |
const int ultralight::KeyCodes::GK_HANJA = 0x19 |
const int ultralight::KeyCodes::GK_HELP = 0x2F |
const int ultralight::KeyCodes::GK_HOME = 0x24 |
const int ultralight::KeyCodes::GK_I = 0x49 |
const int ultralight::KeyCodes::GK_IME_OFF = 0x1A |
const int ultralight::KeyCodes::GK_IME_ON = 0x16 |
const int ultralight::KeyCodes::GK_INSERT = 0x2D |
const int ultralight::KeyCodes::GK_J = 0x4A |
const int ultralight::KeyCodes::GK_JUNJA = 0x17 |
const int ultralight::KeyCodes::GK_K = 0x4B |
const int ultralight::KeyCodes::GK_KANA = 0x15 |
const int ultralight::KeyCodes::GK_KANJI = 0x19 |
const int ultralight::KeyCodes::GK_L = 0x4C |
const int ultralight::KeyCodes::GK_LCONTROL = 0xA2 |
const int ultralight::KeyCodes::GK_LEFT = 0x25 |
const int ultralight::KeyCodes::GK_LMENU = 0xA4 |
const int ultralight::KeyCodes::GK_LSHIFT = 0xA0 |
const int ultralight::KeyCodes::GK_LWIN = 0x5B |
const int ultralight::KeyCodes::GK_M = 0x4D |
const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_APP1 = 0xB6 |
const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_APP2 = 0xB7 |
const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_MAIL = 0xB4 |
const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_MEDIA_SELECT = 0xB5 |
const int ultralight::KeyCodes::GK_MEDIA_NEXT_TRACK = 0xB0 |
const int ultralight::KeyCodes::GK_MEDIA_PLAY_PAUSE = 0xB3 |
const int ultralight::KeyCodes::GK_MEDIA_PREV_TRACK = 0xB1 |
const int ultralight::KeyCodes::GK_MEDIA_STOP = 0xB2 |
const int ultralight::KeyCodes::GK_MENU = 0x12 |
const int ultralight::KeyCodes::GK_MODECHANGE = 0x1F |
const int ultralight::KeyCodes::GK_MULTIPLY = 0x6A |
const int ultralight::KeyCodes::GK_N = 0x4E |
const int ultralight::KeyCodes::GK_NEXT = 0x22 |
const int ultralight::KeyCodes::GK_NONAME = 0xFC |
const int ultralight::KeyCodes::GK_NONCONVERT = 0x1D |
const int ultralight::KeyCodes::GK_NUMLOCK = 0x90 |
const int ultralight::KeyCodes::GK_NUMPAD0 = 0x60 |
const int ultralight::KeyCodes::GK_NUMPAD1 = 0x61 |
const int ultralight::KeyCodes::GK_NUMPAD2 = 0x62 |
const int ultralight::KeyCodes::GK_NUMPAD3 = 0x63 |
const int ultralight::KeyCodes::GK_NUMPAD4 = 0x64 |
const int ultralight::KeyCodes::GK_NUMPAD5 = 0x65 |
const int ultralight::KeyCodes::GK_NUMPAD6 = 0x66 |
const int ultralight::KeyCodes::GK_NUMPAD7 = 0x67 |
const int ultralight::KeyCodes::GK_NUMPAD8 = 0x68 |
const int ultralight::KeyCodes::GK_NUMPAD9 = 0x69 |
const int ultralight::KeyCodes::GK_O = 0x4F |
const int ultralight::KeyCodes::GK_OEM_1 = 0xBA |
const int ultralight::KeyCodes::GK_OEM_102 = 0xE2 |
const int ultralight::KeyCodes::GK_OEM_2 = 0xBF |
const int ultralight::KeyCodes::GK_OEM_3 = 0xC0 |
const int ultralight::KeyCodes::GK_OEM_4 = 0xDB |
const int ultralight::KeyCodes::GK_OEM_5 = 0xDC |
const int ultralight::KeyCodes::GK_OEM_6 = 0xDD |
const int ultralight::KeyCodes::GK_OEM_7 = 0xDE |
const int ultralight::KeyCodes::GK_OEM_8 = 0xDF |
const int ultralight::KeyCodes::GK_OEM_ATTN = 0xF0 |
const int ultralight::KeyCodes::GK_OEM_CLEAR = 0xFE |
const int ultralight::KeyCodes::GK_OEM_COMMA = 0xBC |
const int ultralight::KeyCodes::GK_OEM_MINUS = 0xBD |
const int ultralight::KeyCodes::GK_OEM_PERIOD = 0xBE |
const int ultralight::KeyCodes::GK_OEM_PLUS = 0xBB |
const int ultralight::KeyCodes::GK_P = 0x50 |
const int ultralight::KeyCodes::GK_PA1 = 0xFD |
const int ultralight::KeyCodes::GK_PACKET = 0xE7 |
const int ultralight::KeyCodes::GK_PAUSE = 0x13 |
const int ultralight::KeyCodes::GK_PLAY = 0xFA |
const int ultralight::KeyCodes::GK_PRINT = 0x2A |
const int ultralight::KeyCodes::GK_PRIOR = 0x21 |
const int ultralight::KeyCodes::GK_PROCESSKEY = 0xE5 |
const int ultralight::KeyCodes::GK_Q = 0x51 |
const int ultralight::KeyCodes::GK_R = 0x52 |
const int ultralight::KeyCodes::GK_RCONTROL = 0xA3 |
const int ultralight::KeyCodes::GK_RETURN = 0x0D |
const int ultralight::KeyCodes::GK_RIGHT = 0x27 |
const int ultralight::KeyCodes::GK_RMENU = 0xA5 |
const int ultralight::KeyCodes::GK_RSHIFT = 0xA1 |
const int ultralight::KeyCodes::GK_RWIN = 0x5C |
const int ultralight::KeyCodes::GK_S = 0x53 |
const int ultralight::KeyCodes::GK_SCROLL = 0x91 |
const int ultralight::KeyCodes::GK_SELECT = 0x29 |
const int ultralight::KeyCodes::GK_SEPARATOR = 0x6C |
const int ultralight::KeyCodes::GK_SHIFT = 0x10 |
const int ultralight::KeyCodes::GK_SLEEP = 0x5F |
const int ultralight::KeyCodes::GK_SNAPSHOT = 0x2C |
const int ultralight::KeyCodes::GK_SPACE = 0x20 |
const int ultralight::KeyCodes::GK_SUBTRACT = 0x6D |
const int ultralight::KeyCodes::GK_T = 0x54 |
const int ultralight::KeyCodes::GK_TAB = 0x09 |
const int ultralight::KeyCodes::GK_U = 0x55 |
const int ultralight::KeyCodes::GK_UNKNOWN = 0 |
const int ultralight::KeyCodes::GK_UP = 0x26 |
const int ultralight::KeyCodes::GK_V = 0x56 |
const int ultralight::KeyCodes::GK_VOLUME_DOWN = 0xAE |
const int ultralight::KeyCodes::GK_VOLUME_MUTE = 0xAD |
const int ultralight::KeyCodes::GK_VOLUME_UP = 0xAF |
const int ultralight::KeyCodes::GK_W = 0x57 |
const int ultralight::KeyCodes::GK_X = 0x58 |
const int ultralight::KeyCodes::GK_Y = 0x59 |
const int ultralight::KeyCodes::GK_Z = 0x5A |
const int ultralight::KeyCodes::GK_ZOOM = 0xFB |