14 years, 8 months ago
Highlights
14 years, 8 months ago
Yes, that way you'll handle all keys only when they're pressed. Try it.
14 years, 8 months ago
I had the very same problem today, this is how I handled it: case WM_KEYDOWN: { switch (wParam) { case VK_UP: if (!(lParam & (1 << 30))) KeyPressed(UP_ARROW); brea…
14 years, 8 months ago
14 years, 11 months ago
I think that you should put in line: [color=#1C2837][size=2][color=#000000]go[color=#666600].[color=#000000]transform[color=#666600].[color=#000000]position[color=#666600].[colo…
14 years, 11 months ago
Latest Activity
See all in DiscussionsYes, that way you'll handle all keys only when they're pressed. Try it.
14 years, 8 months ago
I had the very same problem today, this is how I handled it: case WM_KEYDOWN: { switch (wParam) { case …
14 years, 8 months ago
I think that you should put in line: [color=#1C2837][size=2][color=#000000]go[color=#666600].[color=#000000]transform[color=#666600].[color=#000000]position[color=#666600].[color=#000000]x [color=#666
14 years, 11 months ago