MCPcopy 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
341bool GuiElement::IsHoldable()
342{
343 if(state == STATE_DISABLED)
344 return false;
345 else
346 return holdable;
347}
348
349void GuiElement::SetFocus(int f)
350{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected