MCPcopy 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
331bool 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
341bool GuiElement::IsHoldable()
342{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected