chickadee » sdl2 » create-window!

create-window! title x y w h #!optional flagsprocedure

See SDL_CreateWindow.

x and y can be integers, the symbol 'centered, or the symbol 'undefined.

flags defaults to '(). It must be a list of zero or more window flag symbols or an equivalent integer bitfield.