From: Dan P. <ba...@al...> - 2006-02-19 17:34:45
|
On Feb 18, 2006, at 1:04 PM, Sam Steele wrote: > 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()? That if statement that checks it isn't my syntax, so that must've been Atani. Maybe it was put there to prevent a null deref when it checks to see if it's a mouse? Probably best to just let it pass NULL events straight on down. > Btw, this was much easier to debug in Visual Studio than XCode.. > Apple should work on that :-P Yes indeed... there are many things I grudge VS, but its debugger has no peer currently. I can take a copy of VS8 with Visual Assist installed and pretty much zen into the code. :) I get more done with that setup than pretty much any other. I'm not sure exactly what's wrong with Xcode but it still seems more like a Fisher Price My First IDE than anything... |