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

Function getAbsoluteCoord

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:76–79  ·  view source on GitHub ↗

Get coordinate in screen coordinates */

Source from the content-addressed store, hash-verified

74 }
75 /** Get coordinate in screen coordinates */
76 IntCoord getAbsoluteCoord() const
77 {
78 return {mAbsolutePosition.left, mAbsolutePosition.top, mCoord.width, mCoord.height};
79 }
80
81 /** Get X in screen coordinates */
82 int getAbsoluteLeft() const

Callers 1

calculateListPositionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected