We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4871 - SDL_PollEvent
Summary: SDL_PollEvent
Status: RESOLVED DUPLICATE of bug 4872
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 2.0.10
Hardware: x86 Windows 10
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-23 09:49 UTC by Joe
Modified: 2019-11-27 15:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe 2019-11-23 09:49:15 UTC
I was able to find out the SDL_PollEvent function was causing my window to be unresponsive/freeze. When i comment it out it works fine, but when i declare it it causes my window to freeze. I'm not sure if it's the functions fault or if something in my code is causing it to act the way it is.

S/O ref: https://stackoverflow.com/questions/55851717/sdl-pollevent-is-causing-my-window-to-freeze
Comment 1 Ozkan Sezer 2019-11-23 14:58:27 UTC
Multiply posted. Dup of #4872.

*** This bug has been marked as a duplicate of bug 4872 ***