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

Function getWidgetHeight

MyGUIEngine/include/MyGUI_WidgetTranslate.h:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 inline int getWidgetHeight(Widget* _widget, bool _vert)
22 {
23 return _vert ? _widget->getHeight() : _widget->getWidth();
24 }
25
26 inline int getWidgetLeft(Widget* _widget, bool _vert)
27 {

Callers

nothing calls this directly

Calls 2

getHeightMethod · 0.45
getWidthMethod · 0.45

Tested by

no test coverage detected