MCPcopy Create free account
hub / github.com/axmolengine/axmol / __hideCursor

Method __hideCursor

core/ui/UITextFieldEx.cpp:912–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912void TextFieldEx::__hideCursor(void)
913{
914 if (_cursor)
915 {
916 _cursor->setVisible(false);
917 _cursorVisible = false;
918 _cursor->stopAllActions();
919 }
920}
921
922void TextFieldEx::__updateCursorPosition(void)
923{

Callers

nothing calls this directly

Calls 2

stopAllActionsMethod · 0.80
setVisibleMethod · 0.45

Tested by

no test coverage detected