BGE: Adding a render.setFullScreen() and a render.getFullScreen() to allow fulscreening games via Python.

This commit is contained in:
Mitchell Stokes
2013-04-13 21:09:02 +00:00
parent 81cfbaacb0
commit dbf4328f3f
7 changed files with 68 additions and 0 deletions

View File

@@ -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)