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

Method setInputMode

core/ui/UIEditBox/UIEditBoxImpl-common.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void EditBoxImplCommon::setInputMode(EditBox::InputMode inputMode)
224{
225 _editBoxInputMode = inputMode;
226 this->setNativeInputMode(inputMode);
227 this->placeInactiveLabels(applyPadding(_editBox->getContentSize()));
228}
229
230void EditBoxImplCommon::setMaxLength(int maxLength)
231{

Callers

nothing calls this directly

Calls 4

placeInactiveLabelsMethod · 0.95
applyPaddingFunction · 0.85
setNativeInputModeMethod · 0.45
getContentSizeMethod · 0.45

Tested by

no test coverage detected