comparison Keyboard.cpp @ 1459:2ca62c9e7b3c

Function names
author Nomad
date Wed, 21 Aug 2013 16:06:50 +0200
parents 5450af4f57ef
children 35c1e4ff6ba7
comparison
equal deleted inserted replaced
1458:934074e7fcc1 1459:2ca62c9e7b3c
189 } 189 }
190 } 190 }
191 return 1; 191 return 1;
192 } 192 }
193 LABEL_15: 193 LABEL_15:
194 v3 = 3; 194 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_CANCELLED);
195 goto LABEL_4; 195 return 1;
196 } 196 }
197 } 197 }
198 if ( !pKeyActionMap->uNumKeysPressed ) 198 if ( !pKeyActionMap->uNumKeysPressed )
199 return 1; 199 return 1;
200 --pKeyActionMap->uNumKeysPressed; 200 --pKeyActionMap->uNumKeysPressed;
201 goto LABEL_24; 201 goto LABEL_24;
202 } 202 }
203 pKeyActionMap->pPressedKeysBuffer[pKeyActionMap->uNumKeysPressed] = a2; 203 pKeyActionMap->pPressedKeysBuffer[pKeyActionMap->uNumKeysPressed] = a2;
204 ++pKeyActionMap->uNumKeysPressed; 204 ++pKeyActionMap->uNumKeysPressed;
205 pKeyActionMap->pPressedKeysBuffer[pKeyActionMap->uNumKeysPressed] = 0; 205 pKeyActionMap->pPressedKeysBuffer[pKeyActionMap->uNumKeysPressed] = 0;
206
206 LABEL_3: 207 LABEL_3:
207 v3 = 2; 208 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_CONFIRMED);
208 LABEL_4:
209 pKeyActionMap->SetWindowInputStatus(v3);
210 return 1; 209 return 1;
211 } 210 }
212 // 506E68: using guessed type int uGameMenuUI_CurentlySelectedKeyIdx; 211 // 506E68: using guessed type int uGameMenuUI_CurentlySelectedKeyIdx;
213 212
214 //----- (00459FFC) -------------------------------------------------------- 213 //----- (00459FFC) --------------------------------------------------------