Window.setPosition

Set a new position to this window

  1. void setPosition(int x, int y)
  2. void setPosition(const Vector2i vec)
    struct Window
    @nogc
    void
    setPosition
    nothrow
    (
    const Vector2i vec
    )

Meta