Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dborth/fceugx
/ IsClickable
Method
IsClickable
source/gui/gui_element.cpp:331–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
bool GuiElement::IsClickable()
332
{
333
if(state == STATE_DISABLED ||
334
state == STATE_CLICKED ||
335
state == STATE_HELD)
336
return false;
337
else
338
return clickable;
339
}
340
341
bool GuiElement::IsHoldable()
342
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected