Window.y

Wraps SDL_GetWindowPosition which gets the top-left Y coordinate position of the window in the desktop environment

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

Return Value

Type: int

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

Meta