[SDL] event que on keyboard
William Kendrick
nbs at sonic.net
Sun Jun 18 11:24:42 PDT 2000
> my programm contains a timer because it's kinda of realtime app and i
> want to get the keyboard input but if i put there the fuction
> UpdateInput(); of my on fuctions it waits for an event instead
> of reading out of the event_que which i don;t know where to read out
> and this stops my programm until there is a key-board event.
Use SDL_PolLEvent() instead of WaitEvent... :)
-bill!
<snip>
More information about the SDL
mailing list