Window.x

Wraps SDL_SetWindowPosition which sets the X position of the window in the desktop environment

  1. int x()
  2. void x(int newX)
    class Window
    @property @trusted
    void
    x
    (
    int newX
    )

Parameters

newX int

top-left X coordinate of the new window position in the desktop environment

Meta