love.graphics.setMode
Removed in LÖVE 0.9.0 Moved to the love.window module as love.window.setMode. Changes the window size, or the display mode if fullscreen.
If width or height is 0, setMode will use the width or height of the desktop.
Changing the display mode may have side effects: for example, Canvases will be cleared; make sure to save their contents beforehand. Function Synopsis success = love.graphics.setMode( width, height, fullscreen, vsync, fsaa ) Arguments number width Disp