| 757 | } |
| 758 | |
| 759 | void EditBox::normalTextureScaleChangedWithSize() |
| 760 | { |
| 761 | _normalRenderer->setPreferredSize(_contentSize); |
| 762 | _normalRenderer->setPosition(_contentSize.width / 2.0f, _contentSize.height / 2.0f); |
| 763 | } |
| 764 | |
| 765 | void EditBox::pressedTextureScaleChangedWithSize() |
| 766 | { |
nothing calls this directly
no test coverage detected