Re: SDL_PollEvent freezes on alt-tab
"lemmn" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
I notice I also have problems with resizing the window. The program crashes. Am I trying to do something that isn't possible??? This game's main loop where I process input needs to spin extremely fast! Because i need sub-millisecond accuracy on input handling. I need to get those events as fast as possible. So, my rendering cannot happen in the loop where I handle input. I need to be able to either render or handle input in a separate thread. Is either thing possible? _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org