hey, i was wondering how i can recieve a key with GetAsyncKeyState(VK_Key), or such, so when the person holds down the button it only reacts once. for example, i say that a little picture moves a pixel right each time the right arrow key is found. but i don't want the little picture moving right 20 pixels if the user holds down the arrow key.
thanks!