Window.this

Creates a new window with specified parameters.

  1. this(string title, SDL_WindowFlags flags)
  2. this(string title, SDL_WindowFlags flags, DynLibs dynamicLibs)
  3. this(int width, int height, string title, SDL_WindowFlags flags)
  4. this(int x, int y, int width, int height, string title, SDL_WindowFlags flags)
    class Window
    this
    (
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    ,
    string title
    ,
    SDL_WindowFlags flags = WindowFlags.Default
    )

Meta