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

Method ClearFlag

ui/UIGadget.cpp:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189
190void UIGadget::ClearFlag(int flag) { m_Flags &= (~flag); }
191
192// locks input on this gadget
193void UIGadget::LockFocus() {

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected