> On 12 Dec 2016, at 05:35, Fam Zheng <[email protected]> wrote: > > Isn't it possible to notify the main thread with an EventNotifier and process > the deferred events in its handler?
ideally, the SDL main loop might be re-implemented asynchronously, for example using a pipe to pass the events, and in this case the SDL would be just a regular client of the main I/O loop. any idea how difficult would be to push any changes to SDL? regards, Liviu
