getWindowPosition function

Vector2 getWindowPosition()

Get window position XY on monitor.

Implementation

Vector2 getWindowPosition() {
  return Vector2.fromRef(library.GetWindowPosition());
}