| 763 | } |
| 764 | |
| 765 | void EditBox::pressedTextureScaleChangedWithSize() |
| 766 | { |
| 767 | _pressedRenderer->setPreferredSize(_contentSize); |
| 768 | _pressedRenderer->setPosition(_contentSize.width / 2.0f, _contentSize.height / 2.0f); |
| 769 | } |
| 770 | |
| 771 | void EditBox::disabledTextureScaleChangedWithSize() |
| 772 | { |
nothing calls this directly
no test coverage detected