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

Method getCanvasSize

MyGUIEngine/src/MyGUI_ScrollView.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 IntSize ScrollView::getCanvasSize() const
217 {
218 return getClientWidget()->getSize();
219 }
220
221 void ScrollView::setPropertyOverride(std::string_view _key, std::string_view _value)
222 {

Callers 6

getFunction · 0.80
saveMouseRelativeMethod · 0.80
loadMouseRelativeMethod · 0.80
saveMouseRelativeMethod · 0.80
loadMouseRelativeMethod · 0.80

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected