From: atani <at...@at...> - 2005-11-16 21:17:54
|
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. Mike |