OSSingleton.windowPosition

The window position relative to the screen, the origin is the top left corner, +Y axis goes to the bottom and +X axis goes to the right.

  1. Vector2 windowPosition [@property getter]
  2. Vector2 windowPosition [@property setter]
    struct OSSingleton
    @nogc nothrow @property
    void
    windowPosition
    (
    Vector2 v
    )

Meta