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

Method setCursorVisible

src/eepp/ui/uicodeeditor.cpp:5642–5647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5640}
5641
5642void UICodeEditor::setCursorVisible( bool visible ) {
5643 if ( visible != mCursorVisible ) {
5644 mCursorVisible = visible;
5645 invalidateDraw();
5646 }
5647}
5648
5649bool UICodeEditor::isCursorVisible() const {
5650 return mCursorVisible;

Callers 4

writeToLastChatMethod · 0.80
doRequestMethod · 0.80
addChatMethod · 0.80
loadFromXmlNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected