Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dborth/fceugx
/ IsHoldable
Method
IsHoldable
source/gui/gui_element.cpp:341–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
bool GuiElement::IsHoldable()
342
{
343
if(state == STATE_DISABLED)
344
return false;
345
else
346
return holdable;
347
}
348
349
void GuiElement::SetFocus(int f)
350
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected