SFML community forums

Help => Graphics => Topic started by: wademcgillis on May 24, 2012, 04:07:53 am

Title: Rendering in a separate thread in OS X
Post by: wademcgillis on May 24, 2012, 04:07:53 am
When I try to render in a separate thread in OS X, it complains that I can't do that in a worker thread.

How do I resolve this?

"Cannot fetch event from a worker thread. (OS X restriction)"

I mainly want to do this so the app doesn't freeze when I click on the menu bar.
Title: Re: Rendering in a separate thread in OS X
Post by: Laurent on May 24, 2012, 07:55:19 am
You can render in another thread, but not process events.