From dbf4328f3fba5e1fbd39422d6a322f752e2e122e Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sat, 13 Apr 2013 21:09:02 +0000 Subject: BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fulscreening games via Python. --- doc/python_api/rst/bge.render.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/python_api/rst/bge.render.rst b/doc/python_api/rst/bge.render.rst index e203826d318..fbf20eeccaf 100644 --- a/doc/python_api/rst/bge.render.rst +++ b/doc/python_api/rst/bge.render.rst @@ -86,6 +86,17 @@ Functions :type width: integer :type height: integer +.. function:: setFullScreen(enable) + + Set whether or not the window should be fullscreen. + + :type enable: bool + +.. function:: getFullScreen() + + Returns whether or not the window is fullscreen. + + :rtype: bool .. function:: makeScreenshot(filename) -- cgit v1.2.3