-
-
Notifications
You must be signed in to change notification settings - Fork 53
GetAbsolutePosition
Otavio edited this page Jul 21, 2021
·
4 revisions
This function returns the actual current position of the widget.
This function returns a FGUI::POINT
instance. (x, y)
NOTE: This function is not meant to be used outside the library.
List of widgets that are using this function:
- All of them.
Next you will learn about the GetSize function.
You can also read the library comments/functions for additional info.