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

Method setFlowDirection

MyGUIEngine/src/MyGUI_ComboBox.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376
377 void ComboBox::setFlowDirection(FlowDirection _value)
378 {
379 mFlowDirection = _value;
380 }
381
382 IntCoord ComboBox::calculateListPosition()
383 {

Calls

no outgoing calls

Tested by

no test coverage detected