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

Method getViewCoord

MyGUIEngine/src/MyGUI_ScrollView.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 IntCoord ScrollView::getViewCoord() const
317 {
318 return mScrollViewClient == nullptr ? getCoord() : mScrollViewClient->getCoord();
319 }
320
321 ScrollBar* ScrollView::getVScroll() const
322 {

Callers 7

BasePanelViewMethod · 0.80
updateViewMethod · 0.80
loadMouseRelativeMethod · 0.80
updateViewMethod · 0.80
loadMouseRelativeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected