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