From: Dan P. <ba...@al...> - 2005-11-16 21:22:15
|
On Nov 16, atani wrote: > I am thinking of adding support for "Modal" style dialogs in genmenu. > Basically today the processHidEvent method blindly passes the events on > down to the inputEvent method. In the case of a Modal dialog this would > need to be changed to pass them to a modalInputEvent() method, or it > could simply send the event directly to a "Modal" dialog class. > > What do you guys think? Would this be useful? > > > Also I am working on another update to the processHidEvent method which > will allow for "clickable" drawables. The method of use would be along > the lines of GUI buttons which can have a callback method. This all sounds awesome to me. It was actually my original intention to build a small windowing system on top of Tiki for debugging tools a while back, but I never really got around to finishing it. For the HID thing, are you thinking along the lines of something that can hook all of the HID output exclusively for some time? Might be cool to even have a stack of handlers or something. |