MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetFocus

Method GetFocus

ui/ui.h:1123–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 4

HasFocusMethod · 0.45
OnMouseBtnDownMethod · 0.45
LoadGameDialogCBFunction · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected