From: Sam S. <sam...@gm...> - 2006-02-18 21:04:16
|
On Feb 18, 2006, at 3:17 PM, Dan Potter wrote: > I dunno if you're doing this or not, but when the user closes the > window, it's supposed to submit a HID message requesting that you > quit. It then waits for the thread to quit. So if the quit message > is being lost or not responded to properly, that might do it. > The quit message is sent with dev = NULL, which means GenMenu's processHidEvent wont pass it along to inputEvent(). Should we add a "window system" device, or just let NULL devices pass into inputEvent()? Btw, this was much easier to debug in Visual Studio than XCode.. Apple should work on that :-P -Sam |