I'm trying to trap the 'W' key with the following code, but it doesn't work:
Code:if (KEY_DOWN(VK_W)) // Move player two upNeither works...Code:if (KEY_DOWN(57)) // Move player two up
|
Results 1 to 7 of 7
Thread: Virtual KeysThreaded View
|
Click Here to Expand Forum to Full Width |