RenderWindow.position

Change the position of the window on screen.

This property only works for top-level windows (i.e. it will be ignored for windows created from the handle of a child window/control).

  1. Vector2i position [@property setter]
    class RenderWindow
    @property override
    position
  2. Vector2i position [@property getter]

Meta