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

Method setCursorBlinkTime

src/eepp/ui/uicodeeditor.cpp:5445–5451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5443}
5444
5445void UICodeEditor::setCursorBlinkTime( const Time& blinkTime ) {
5446 mBlinkTime = blinkTime;
5447 if ( mBlinkTime == Time::Zero && !mCursorVisible && hasFocus() &&
5448 getUISceneNode()->getWindow()->hasFocus() ) {
5449 resetCursor();
5450 }
5451}
5452
5453bool UICodeEditor::getAutoCloseXMLTags() const {
5454 return mAutoCloseXMLTags;

Callers 4

onCodeEditorCreatedMethod · 0.80
setCursorBlinkingTimeMethod · 0.80
addChatUIMethod · 0.80
loadFromXmlNodeMethod · 0.80

Calls 2

hasFocusMethod · 0.45
getWindowMethod · 0.45

Tested by

no test coverage detected