Window.setPosition

Set a new position to this window

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

Meta