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

Function getAbsoluteTop

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:87–90  ·  view source on GitHub ↗

Get Y in screen coordinates */

Source from the content-addressed store, hash-verified

85 }
86 /** Get Y in screen coordinates */
87 int getAbsoluteTop() const
88 {
89 return mAbsolutePosition.top;
90 }
91
92 /** Get left x-coordinate */
93 int getLeft() const

Callers 9

onMouseDragMethod · 0.85
onMouseMoveMethod · 0.85
onMouseWheelMethod · 0.85
onMouseButtonPressedMethod · 0.85
onMouseButtonReleasedMethod · 0.85
onMouseDragMethod · 0.85
onMouseMoveMethod · 0.85
onWidgetCreatedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected