Keyboard input, HOW?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

A game I wrote went at > 500 FPS when things were moving :D

I just couldn't figure out how to make it delay for x amount of milliseconds before it drew the next frame, so it was drawing via a while loop (now I'd use the Windows API - WM_TIMER message).
Post Reply