Window.y

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

  1. int y()
  2. void y(int newY)
    class Window
    @property @trusted
    void
    y
    (
    int newY
    )

Parameters

newY int

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

Meta