Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

KeyCodes Namespace Reference


Detailed Description

use these when you ask the input if a specific key is down, pressed or released.


Variables

const int key_ESCAPE = 0x01
const int key_1 = 0x02
const int key_2 = 0x03
const int key_3 = 0x04
const int key_4 = 0x05
const int key_5 = 0x06
const int key_6 = 0x07
const int key_7 = 0x08
const int key_8 = 0x09
const int key_9 = 0x0A
const int key_0 = 0x0B
const int key_MINUS = 0x0C
const int key_EQUALS = 0x0D
const int key_BACK = 0x0E
const int key_TAB = 0x0F
const int key_Q = 0x10
const int key_W = 0x11
const int key_E = 0x12
const int key_R = 0x13
const int key_T = 0x14
const int key_Y = 0x15
const int key_U = 0x16
const int key_I = 0x17
const int key_O = 0x18
const int key_P = 0x19
const int key_LBRACKET = 0x1A
const int key_RBRACKET = 0x1B
const int key_RETURN = 0x1C
const int key_LCONTROL = 0x1D
const int key_A = 0x1E
const int key_S = 0x1F
const int key_D = 0x20
const int key_F = 0x21
const int key_G = 0x22
const int key_H = 0x23
const int key_J = 0x24
const int key_K = 0x25
const int key_L = 0x26
const int key_SEMICOLON = 0x27
const int key_APOSTROPHE = 0x28
const int key_GRAVE = 0x29
const int key_LSHIFT = 0x2A
const int key_BACKSLASH = 0x2B
const int key_Z = 0x2C
const int key_X = 0x2D
const int key_C = 0x2E
const int key_V = 0x2F
const int key_B = 0x30
const int key_N = 0x31
const int key_M = 0x32
const int key_COMMA = 0x33
const int key_PERIOD = 0x34
const int key_SLASH = 0x35
const int key_RSHIFT = 0x36
const int key_MULTIPLY = 0x37
const int key_LMENU = 0x38
const int key_SPACE = 0x39
const int key_CAPITAL = 0x3A
const int key_F1 = 0x3B
const int key_F2 = 0x3C
const int key_F3 = 0x3D
const int key_F4 = 0x3E
const int key_F5 = 0x3F
const int key_F6 = 0x40
const int key_F7 = 0x41
const int key_F8 = 0x42
const int key_F9 = 0x43
const int key_F10 = 0x44
const int key_NUMLOCK = 0x45
const int key_SCROLL = 0x46
const int key_NUMPAD7 = 0x47
const int key_NUMPAD8 = 0x48
const int key_NUMPAD9 = 0x49
const int key_SUBTRACT = 0x4A
const int key_NUMPAD4 = 0x4B
const int key_NUMPAD5 = 0x4C
const int key_NUMPAD6 = 0x4D
const int key_ADD = 0x4E
const int key_NUMPAD1 = 0x4F
const int key_NUMPAD2 = 0x50
const int key_NUMPAD3 = 0x51
const int key_NUMPAD0 = 0x52
const int key_DECIMAL = 0x53
const int key_OEM_102 = 0x56
const int key_F11 = 0x57
const int key_F12 = 0x58
const int key_F13 = 0x64
const int key_F14 = 0x65
const int key_F15 = 0x66
const int key_KANA = 0x70
const int key_ABNT_C1 = 0x73
const int key_CONVERT = 0x79
const int key_NOCONVERT = 0x7B
const int key_YEN = 0x7D
const int key_ABNT_C2 = 0x7E
const int key_NUMPADEQUALS = 0x8D
const int key_PREVTRACK = 0x90
const int key_AT = 0x91
const int key_COLON = 0x92
const int key_UNDERLINE = 0x93
const int key_KANJI = 0x94
const int key_STOP = 0x95
const int key_AX = 0x96
const int key_UNLABELED = 0x97
const int key_NEXTTRACK = 0x99
const int key_NUMPADENTER = 0x9C
const int key_RCONTROL = 0x9D
const int key_MUTE = 0xA0
const int key_CALCULATOR = 0xA1
const int key_PLAYPAUSE = 0xA2
const int key_MEDIASTOP = 0xA4
const int key_VOLUMEDOWN = 0xAE
const int key_VOLUMEUP = 0xB0
const int key_WEBHOME = 0xB2
const int key_NUMPADCOMMA = 0xB3
const int key_DIVIDE = 0xB5
const int key_SYSRQ = 0xB7
const int key_RMENU = 0xB8
const int key_PAUSE = 0xC5
const int key_HOME = 0xC7
const int key_UP = 0xC8
const int key_PRIOR = 0xC9
const int key_LEFT = 0xCB
const int key_RIGHT = 0xCD
const int key_END = 0xCF
const int key_DOWN = 0xD0
const int key_NEXT = 0xD1
const int key_INSERT = 0xD2
const int key_DELETE = 0xD3
const int key_LWIN = 0xDB
const int key_RWIN = 0xDC
const int key_APPS = 0xDD
const int key_POWER = 0xDE
const int key_SLEEP = 0xDF
const int key_WAKE = 0xE3
const int key_WEBSEARCH = 0xE5
const int key_WEBFAVORITES = 0xE6
const int key_WEBREFRESH = 0xE7
const int key_WEBSTOP = 0xE8
const int key_WEBFORWARD = 0xE9
const int key_WEBBACK = 0xEA
const int key_MYCOMPUTER = 0xEB
const int key_MAIL = 0xEC
const int key_MEDIASELECT = 0xED


Variable Documentation

const int KeyCodes::key_0 = 0x0B
 

Definition at line 76 of file AConstants.h.

const int KeyCodes::key_1 = 0x02
 

Definition at line 67 of file AConstants.h.

const int KeyCodes::key_2 = 0x03
 

Definition at line 68 of file AConstants.h.

const int KeyCodes::key_3 = 0x04
 

Definition at line 69 of file AConstants.h.

const int KeyCodes::key_4 = 0x05
 

Definition at line 70 of file AConstants.h.

const int KeyCodes::key_5 = 0x06
 

Definition at line 71 of file AConstants.h.

const int KeyCodes::key_6 = 0x07
 

Definition at line 72 of file AConstants.h.

const int KeyCodes::key_7 = 0x08
 

Definition at line 73 of file AConstants.h.

const int KeyCodes::key_8 = 0x09
 

Definition at line 74 of file AConstants.h.

const int KeyCodes::key_9 = 0x0A
 

Definition at line 75 of file AConstants.h.

const int KeyCodes::key_A = 0x1E
 

Definition at line 95 of file AConstants.h.

const int KeyCodes::key_ABNT_C1 = 0x73
 

Definition at line 156 of file AConstants.h.

const int KeyCodes::key_ABNT_C2 = 0x7E
 

Definition at line 160 of file AConstants.h.

const int KeyCodes::key_ADD = 0x4E
 

Definition at line 143 of file AConstants.h.

const int KeyCodes::key_APOSTROPHE = 0x28
 

Definition at line 105 of file AConstants.h.

const int KeyCodes::key_APPS = 0xDD
 

Definition at line 197 of file AConstants.h.

const int KeyCodes::key_AT = 0x91
 

Definition at line 163 of file AConstants.h.

const int KeyCodes::key_AX = 0x96
 

Definition at line 168 of file AConstants.h.

const int KeyCodes::key_B = 0x30
 

Definition at line 113 of file AConstants.h.

const int KeyCodes::key_BACK = 0x0E
 

Definition at line 79 of file AConstants.h.

const int KeyCodes::key_BACKSLASH = 0x2B
 

Definition at line 108 of file AConstants.h.

const int KeyCodes::key_C = 0x2E
 

Definition at line 111 of file AConstants.h.

const int KeyCodes::key_CALCULATOR = 0xA1
 

Definition at line 174 of file AConstants.h.

const int KeyCodes::key_CAPITAL = 0x3A
 

Definition at line 123 of file AConstants.h.

const int KeyCodes::key_COLON = 0x92
 

Definition at line 164 of file AConstants.h.

const int KeyCodes::key_COMMA = 0x33
 

Definition at line 116 of file AConstants.h.

const int KeyCodes::key_CONVERT = 0x79
 

Definition at line 157 of file AConstants.h.

const int KeyCodes::key_D = 0x20
 

Definition at line 97 of file AConstants.h.

const int KeyCodes::key_DECIMAL = 0x53
 

Definition at line 148 of file AConstants.h.

const int KeyCodes::key_DELETE = 0xD3
 

Definition at line 194 of file AConstants.h.

const int KeyCodes::key_DIVIDE = 0xB5
 

Definition at line 181 of file AConstants.h.

const int KeyCodes::key_DOWN = 0xD0
 

Definition at line 191 of file AConstants.h.

const int KeyCodes::key_E = 0x12
 

Definition at line 83 of file AConstants.h.

const int KeyCodes::key_END = 0xCF
 

Definition at line 190 of file AConstants.h.

const int KeyCodes::key_EQUALS = 0x0D
 

Definition at line 78 of file AConstants.h.

const int KeyCodes::key_ESCAPE = 0x01
 

Definition at line 66 of file AConstants.h.

const int KeyCodes::key_F = 0x21
 

Definition at line 98 of file AConstants.h.

const int KeyCodes::key_F1 = 0x3B
 

Definition at line 124 of file AConstants.h.

const int KeyCodes::key_F10 = 0x44
 

Definition at line 133 of file AConstants.h.

const int KeyCodes::key_F11 = 0x57
 

Definition at line 150 of file AConstants.h.

const int KeyCodes::key_F12 = 0x58
 

Definition at line 151 of file AConstants.h.

const int KeyCodes::key_F13 = 0x64
 

Definition at line 152 of file AConstants.h.

const int KeyCodes::key_F14 = 0x65
 

Definition at line 153 of file AConstants.h.

const int KeyCodes::key_F15 = 0x66
 

Definition at line 154 of file AConstants.h.

const int KeyCodes::key_F2 = 0x3C
 

Definition at line 125 of file AConstants.h.

const int KeyCodes::key_F3 = 0x3D
 

Definition at line 126 of file AConstants.h.

const int KeyCodes::key_F4 = 0x3E
 

Definition at line 127 of file AConstants.h.

const int KeyCodes::key_F5 = 0x3F
 

Definition at line 128 of file AConstants.h.

const int KeyCodes::key_F6 = 0x40
 

Definition at line 129 of file AConstants.h.

const int KeyCodes::key_F7 = 0x41
 

Definition at line 130 of file AConstants.h.

const int KeyCodes::key_F8 = 0x42
 

Definition at line 131 of file AConstants.h.

const int KeyCodes::key_F9 = 0x43
 

Definition at line 132 of file AConstants.h.

const int KeyCodes::key_G = 0x22
 

Definition at line 99 of file AConstants.h.

const int KeyCodes::key_GRAVE = 0x29
 

Definition at line 106 of file AConstants.h.

const int KeyCodes::key_H = 0x23
 

Definition at line 100 of file AConstants.h.

const int KeyCodes::key_HOME = 0xC7
 

Definition at line 185 of file AConstants.h.

const int KeyCodes::key_I = 0x17
 

Definition at line 88 of file AConstants.h.

const int KeyCodes::key_INSERT = 0xD2
 

Definition at line 193 of file AConstants.h.

const int KeyCodes::key_J = 0x24
 

Definition at line 101 of file AConstants.h.

const int KeyCodes::key_K = 0x25
 

Definition at line 102 of file AConstants.h.

const int KeyCodes::key_KANA = 0x70
 

Definition at line 155 of file AConstants.h.

const int KeyCodes::key_KANJI = 0x94
 

Definition at line 166 of file AConstants.h.

const int KeyCodes::key_L = 0x26
 

Definition at line 103 of file AConstants.h.

const int KeyCodes::key_LBRACKET = 0x1A
 

Definition at line 91 of file AConstants.h.

const int KeyCodes::key_LCONTROL = 0x1D
 

Definition at line 94 of file AConstants.h.

const int KeyCodes::key_LEFT = 0xCB
 

Definition at line 188 of file AConstants.h.

const int KeyCodes::key_LMENU = 0x38
 

Definition at line 121 of file AConstants.h.

const int KeyCodes::key_LSHIFT = 0x2A
 

Definition at line 107 of file AConstants.h.

const int KeyCodes::key_LWIN = 0xDB
 

Definition at line 195 of file AConstants.h.

const int KeyCodes::key_M = 0x32
 

Definition at line 115 of file AConstants.h.

const int KeyCodes::key_MAIL = 0xEC
 

Definition at line 208 of file AConstants.h.

const int KeyCodes::key_MEDIASELECT = 0xED
 

Definition at line 209 of file AConstants.h.

const int KeyCodes::key_MEDIASTOP = 0xA4
 

Definition at line 176 of file AConstants.h.

const int KeyCodes::key_MINUS = 0x0C
 

Definition at line 77 of file AConstants.h.

const int KeyCodes::key_MULTIPLY = 0x37
 

Definition at line 120 of file AConstants.h.

const int KeyCodes::key_MUTE = 0xA0
 

Definition at line 173 of file AConstants.h.

const int KeyCodes::key_MYCOMPUTER = 0xEB
 

Definition at line 207 of file AConstants.h.

const int KeyCodes::key_N = 0x31
 

Definition at line 114 of file AConstants.h.

const int KeyCodes::key_NEXT = 0xD1
 

Definition at line 192 of file AConstants.h.

const int KeyCodes::key_NEXTTRACK = 0x99
 

Definition at line 170 of file AConstants.h.

const int KeyCodes::key_NOCONVERT = 0x7B
 

Definition at line 158 of file AConstants.h.

const int KeyCodes::key_NUMLOCK = 0x45
 

Definition at line 134 of file AConstants.h.

const int KeyCodes::key_NUMPAD0 = 0x52
 

Definition at line 147 of file AConstants.h.

const int KeyCodes::key_NUMPAD1 = 0x4F
 

Definition at line 144 of file AConstants.h.

const int KeyCodes::key_NUMPAD2 = 0x50
 

Definition at line 145 of file AConstants.h.

const int KeyCodes::key_NUMPAD3 = 0x51
 

Definition at line 146 of file AConstants.h.

const int KeyCodes::key_NUMPAD4 = 0x4B
 

Definition at line 140 of file AConstants.h.

const int KeyCodes::key_NUMPAD5 = 0x4C
 

Definition at line 141 of file AConstants.h.

const int KeyCodes::key_NUMPAD6 = 0x4D
 

Definition at line 142 of file AConstants.h.

const int KeyCodes::key_NUMPAD7 = 0x47
 

Definition at line 136 of file AConstants.h.

const int KeyCodes::key_NUMPAD8 = 0x48
 

Definition at line 137 of file AConstants.h.

const int KeyCodes::key_NUMPAD9 = 0x49
 

Definition at line 138 of file AConstants.h.

const int KeyCodes::key_NUMPADCOMMA = 0xB3
 

Definition at line 180 of file AConstants.h.

const int KeyCodes::key_NUMPADENTER = 0x9C
 

Definition at line 171 of file AConstants.h.

const int KeyCodes::key_NUMPADEQUALS = 0x8D
 

Definition at line 161 of file AConstants.h.

const int KeyCodes::key_O = 0x18
 

Definition at line 89 of file AConstants.h.

const int KeyCodes::key_OEM_102 = 0x56
 

Definition at line 149 of file AConstants.h.

const int KeyCodes::key_P = 0x19
 

Definition at line 90 of file AConstants.h.

const int KeyCodes::key_PAUSE = 0xC5
 

Definition at line 184 of file AConstants.h.

const int KeyCodes::key_PERIOD = 0x34
 

Definition at line 117 of file AConstants.h.

const int KeyCodes::key_PLAYPAUSE = 0xA2
 

Definition at line 175 of file AConstants.h.

const int KeyCodes::key_POWER = 0xDE
 

Definition at line 198 of file AConstants.h.

const int KeyCodes::key_PREVTRACK = 0x90
 

Definition at line 162 of file AConstants.h.

const int KeyCodes::key_PRIOR = 0xC9
 

Definition at line 187 of file AConstants.h.

const int KeyCodes::key_Q = 0x10
 

Definition at line 81 of file AConstants.h.

const int KeyCodes::key_R = 0x13
 

Definition at line 84 of file AConstants.h.

const int KeyCodes::key_RBRACKET = 0x1B
 

Definition at line 92 of file AConstants.h.

const int KeyCodes::key_RCONTROL = 0x9D
 

Definition at line 172 of file AConstants.h.

const int KeyCodes::key_RETURN = 0x1C
 

Definition at line 93 of file AConstants.h.

const int KeyCodes::key_RIGHT = 0xCD
 

Definition at line 189 of file AConstants.h.

const int KeyCodes::key_RMENU = 0xB8
 

Definition at line 183 of file AConstants.h.

const int KeyCodes::key_RSHIFT = 0x36
 

Definition at line 119 of file AConstants.h.

const int KeyCodes::key_RWIN = 0xDC
 

Definition at line 196 of file AConstants.h.

const int KeyCodes::key_S = 0x1F
 

Definition at line 96 of file AConstants.h.

const int KeyCodes::key_SCROLL = 0x46
 

Definition at line 135 of file AConstants.h.

const int KeyCodes::key_SEMICOLON = 0x27
 

Definition at line 104 of file AConstants.h.

const int KeyCodes::key_SLASH = 0x35
 

Definition at line 118 of file AConstants.h.

const int KeyCodes::key_SLEEP = 0xDF
 

Definition at line 199 of file AConstants.h.

const int KeyCodes::key_SPACE = 0x39
 

Definition at line 122 of file AConstants.h.

const int KeyCodes::key_STOP = 0x95
 

Definition at line 167 of file AConstants.h.

const int KeyCodes::key_SUBTRACT = 0x4A
 

Definition at line 139 of file AConstants.h.

const int KeyCodes::key_SYSRQ = 0xB7
 

Definition at line 182 of file AConstants.h.

const int KeyCodes::key_T = 0x14
 

Definition at line 85 of file AConstants.h.

const int KeyCodes::key_TAB = 0x0F
 

Definition at line 80 of file AConstants.h.

const int KeyCodes::key_U = 0x16
 

Definition at line 87 of file AConstants.h.

const int KeyCodes::key_UNDERLINE = 0x93
 

Definition at line 165 of file AConstants.h.

const int KeyCodes::key_UNLABELED = 0x97
 

Definition at line 169 of file AConstants.h.

const int KeyCodes::key_UP = 0xC8
 

Definition at line 186 of file AConstants.h.

const int KeyCodes::key_V = 0x2F
 

Definition at line 112 of file AConstants.h.

const int KeyCodes::key_VOLUMEDOWN = 0xAE
 

Definition at line 177 of file AConstants.h.

const int KeyCodes::key_VOLUMEUP = 0xB0
 

Definition at line 178 of file AConstants.h.

const int KeyCodes::key_W = 0x11
 

Definition at line 82 of file AConstants.h.

const int KeyCodes::key_WAKE = 0xE3
 

Definition at line 200 of file AConstants.h.

const int KeyCodes::key_WEBBACK = 0xEA
 

Definition at line 206 of file AConstants.h.

const int KeyCodes::key_WEBFAVORITES = 0xE6
 

Definition at line 202 of file AConstants.h.

const int KeyCodes::key_WEBFORWARD = 0xE9
 

Definition at line 205 of file AConstants.h.

const int KeyCodes::key_WEBHOME = 0xB2
 

Definition at line 179 of file AConstants.h.

const int KeyCodes::key_WEBREFRESH = 0xE7
 

Definition at line 203 of file AConstants.h.

const int KeyCodes::key_WEBSEARCH = 0xE5
 

Definition at line 201 of file AConstants.h.

const int KeyCodes::key_WEBSTOP = 0xE8
 

Definition at line 204 of file AConstants.h.

const int KeyCodes::key_X = 0x2D
 

Definition at line 110 of file AConstants.h.

const int KeyCodes::key_Y = 0x15
 

Definition at line 86 of file AConstants.h.

const int KeyCodes::key_YEN = 0x7D
 

Definition at line 159 of file AConstants.h.

const int KeyCodes::key_Z = 0x2C
 

Definition at line 109 of file AConstants.h.


Generated on Wed Apr 23 05:52:17 2003 for Modern Warfare by doxygen1.3-rc2