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

Method setSelectBackground

MyGUIEngine/src/MyGUI_EditText.cpp:315–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 void EditText::setSelectBackground(bool _normal)
316 {
317 if (mBackgroundNormal == _normal)
318 return;
319 mBackgroundNormal = _normal;
320
321 if (nullptr != mNode)
322 mNode->outOfDate(mRenderItem);
323 }
324
325 bool EditText::isVisibleCursor() const
326 {

Callers 2

onKeySetFocusMethod · 0.80
onKeyLostFocusMethod · 0.80

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected