How can I get the current screen/window depth ?
Posted: Tue Sep 30, 2008 10:39 pm
I'm searching about how can I get the current love window size.
I saw
getModes() http://love2d.org/docs/love_graphics_getModes_1.html
and
setMode(...) http://love2d.org/docs/love_graphics_setMode_1.html
But i'm search about something like
getMode()
or getCurrentMode()
to get the width/height of the current window.
Thanks
I saw
getModes() http://love2d.org/docs/love_graphics_getModes_1.html
and
setMode(...) http://love2d.org/docs/love_graphics_setMode_1.html
But i'm search about something like
getMode()
or getCurrentMode()
to get the width/height of the current window.
Thanks