----- Original Nachricht ----Von: Atrix Wolfe
An: sdl at libsdl.org
Datum: 25.04.03 20:17
Betreff: Re: [SDL] SDL KeyRepeater trouble
IMO you dont want to be using the key repeater, you want to use:
Keys=SDL_GetKeyState(0);
Thanks. I’ve managed to write my routine using PollEvent and some timing functions.
BTW, everytime I start my SDL app a console window appears. How can I prevent
that?