Skip to content

GetAbsolutePosition

Otavio edited this page Jul 21, 2021 · 4 revisions

CWidgets::GetAbsolutePosition

What it does:

This function returns the actual current position of the widget.

What it returns:

This function returns a FGUI::POINT instance. (x, y)

NOTE: This function is not meant to be used outside the library.

Widgets:

List of widgets that are using this function:

  • All of them.

What's next?

Next you will learn about the GetSize function.