Page 2 of 2
Re: Get display width and heigth
Posted: Tue Mar 04, 2014 9:53 pm
by DarthGrover
I see that love.graphics.setMode is now love.windows.setMode in 0.9.0
Is there any way to utilize any computer's full size of the screen but without the flash?
Re: Get display width and heigth
Posted: Tue Mar 04, 2014 9:57 pm
by micha
You can try using the "desktop"-fullscreen mode. See on the
wiki. This makes the LÖVE window the size of the current desktop and removes the window frame.
Re: Get display width and heigth
Posted: Tue Mar 04, 2014 10:03 pm
by Azhukar
Re: Get display width and heigth
Posted: Thu Mar 06, 2014 8:04 am
by bartbes
The flash? Of not switching window size after having created one? Well, don't create a window, as before. Set t.window to nil in love.conf.
Re: Get display width and heigth
Posted: Thu Mar 06, 2014 4:10 pm
by DarthGrover
Thanks Bartbes, I think that will be the ticket.