MCPcopy Create free account
hub / github.com/SpartanJ/eepp / onFocusLoss

Method onFocusLoss

src/eepp/ui/uitextinput.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212Uint32 UITextInput::onFocusLoss() {
213 getSceneNode()->getWindow()->stopTextInput();
214 return UITextView::onFocusLoss();
215}
216
217Uint32 UITextInput::onPressEnter() {
218 sendCommonEvent( Event::OnPressEnter );

Callers

nothing calls this directly

Calls 3

onFocusLossFunction · 0.85
stopTextInputMethod · 0.45
getWindowMethod · 0.45

Tested by

no test coverage detected