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

Method EditText

MyGUIEngine/src/MyGUI_EditText.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 const size_t SIMPLETEXT_COUNT_VERTEX = 32 * VertexQuad::VertexCount;
22
23 EditText::EditText() :
24 mCountVertex(SIMPLETEXT_COUNT_VERTEX)
25 {
26 mVertexFormat = RenderManager::getInstance().getVertexFormat();
27 }
28
29 void EditText::setVisible(bool _visible)
30 {

Callers

nothing calls this directly

Calls 1

getVertexFormatMethod · 0.45

Tested by

no test coverage detected