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

Function getAbsoluteLeft

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:82–85  ·  view source on GitHub ↗

Get X in screen coordinates */

Source from the content-addressed store, hash-verified

80
81 /** Get X in screen coordinates */
82 int getAbsoluteLeft() const
83 {
84 return mAbsolutePosition.left;
85 }
86 /** Get Y in screen coordinates */
87 int getAbsoluteTop() const
88 {

Callers 8

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