Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onMouseDrag
Method · 0.85
onMouseMove
Method · 0.85
onMouseWheel
Method · 0.85
onMouseButtonPressed
Method · 0.85
onMouseButtonReleased
Method · 0.85
onMouseDrag
Method · 0.85
onMouseMove
Method · 0.85
onWidgetCreated
Method · 0.85
_setItemChildVisibleAt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected