[SDL] Problem moving a blitted image,

Jeff j_post at pacbell.net
Mon Mar 5 20:14:39 PST 2007


On Mon March 5 2007 17:03, Lamonte(Scheols/Demonic) wrote:
> Alright I've came to a problem and found out that even time I move my
> image I have to constantly click down on the DOWN arrow key to move it
> and It won't keep moving as I hold the  arrow keys.  Does anyone know
> how to make my script so when I hold down on the arrow keys that it
> keeps moving until I release up on a arrow key?
>

SDL_EnableKeyRepeat(delay, interval);



More information about the SDL mailing list