MCPcopy Create free account
hub / github.com/MyGUI/mygui / setVisibleCursor

Method setVisibleCursor

MyGUIEngine/src/MyGUI_EditText.cpp:330–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 void EditText::setVisibleCursor(bool _value)
331 {
332 if (mVisibleCursor == _value)
333 return;
334 mVisibleCursor = _value;
335
336 if (nullptr != mNode)
337 mNode->outOfDate(mRenderItem);
338 }
339
340 size_t EditText::getCursorPosition() const
341 {

Callers 6

notifyMousePressedMethod · 0.80
notifyMouseDragMethod · 0.80
onKeySetFocusMethod · 0.80
onKeyLostFocusMethod · 0.80
onKeyButtonPressedMethod · 0.80
frameEnteredMethod · 0.80

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected