Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
void UIGadget::SetFlag(int flag) { m_Flags |= flag; }
189
190
void UIGadget::ClearFlag(int flag) { m_Flags &= (~flag); }
191
192
// locks input on this gadget
193
void UIGadget::LockFocus() {
Callers
1
Create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected