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

Method getFlowDirection

MyGUIEngine/src/MyGUI_ComboBox.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 }
541
542 FlowDirection ComboBox::getFlowDirection() const
543 {
544 return mFlowDirection;
545 }
546
547 void ComboBox::notifyToolTip(Widget* _sender, const ToolTipInfo& _info)
548 {

Calls

no outgoing calls

Tested by

no test coverage detected