| 1121 | void SetFocusOnGadget(UIGadget *gadget, bool key = false); |
| 1122 | |
| 1123 | UIGadget *GetFocus() { return m_GadgetCur; }; |
| 1124 | |
| 1125 | // input/output management |
| 1126 | virtual int Process(); // handles gadget selection/focus and calls gadgets. |
no outgoing calls
no test coverage detected