MCPcopy Create free account
hub / github.com/axmolengine/axmol / onPressStateChangedToNormal

Method onPressStateChangedToNormal

core/ui/UIEditBox/UIEditBox.cpp:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void EditBox::onPressStateChangedToNormal()
373{
374 _normalRenderer->setVisible(true);
375 _pressedRenderer->setVisible(false);
376 _disabledRenderer->setVisible(false);
377 _normalRenderer->setState(Scale9Sprite::State::NORMAL);
378}
379
380void EditBox::onPressStateChangedToPressed()
381{

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
setStateMethod · 0.45

Tested by

no test coverage detected