| 210 | } |
| 211 | |
| 212 | Uint32 UITextInput::onFocusLoss() { |
| 213 | getSceneNode()->getWindow()->stopTextInput(); |
| 214 | return UITextView::onFocusLoss(); |
| 215 | } |
| 216 | |
| 217 | Uint32 UITextInput::onPressEnter() { |
| 218 | sendCommonEvent( Event::OnPressEnter ); |
nothing calls this directly
no test coverage detected