MCPcopy Create free account
hub / github.com/axmolengine/axmol / getVisibleRect

Method getVisibleRect

core/platform/RenderView.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213Rect RenderView::getVisibleRect() const
214{
215 Rect ret;
216 ret.size = getVisibleSize();
217 ret.origin = getVisibleOrigin();
218 return ret;
219}
220
221Rect RenderView::getSafeAreaRect() const
222{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected