* Fuxbig.
This commit is contained in:
jean.chalard
2008-11-21 14:03:25 +00:00
parent 4450d559c7
commit b992815f5e

View File

@@ -560,7 +560,7 @@ LRESULT CALLBACK WndProc( HWND hWnd, // Handle For This Window
{
g_keys[wParam] = TRUE; // Set The Selected Key (wParam) To True
for (signed int i = sizeof(gWinKeyCodes)/sizeof(gWinKeyCodes[0]); i > 0; --i)
if (gWinKeyCodes[i] == wParam) { gKeyBuffer.push(make_pair(gPSPKeyMasks[i],0x8000+key)); return 0; }
if (gWinKeyCodes[i] == wParam) { gKeyBuffer.push(make_pair(gPSPKeyMasks[i],0x8000+wParam)); return 0; }
return 0;
}
break; // Break