Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.render.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge.render.rst b/doc/python_api/rst/bge.render.rst
index 651693b7a8a..1748ae14fc8 100644
--- a/doc/python_api/rst/bge.render.rst
+++ b/doc/python_api/rst/bge.render.rst
@@ -123,6 +123,12 @@ Functions
:rtype: bool
+.. function:: getDisplayDimensions()
+
+ Get the actual display dimensions, in pixels, of the physical display (e.g., the monitor).
+
+ :type dimension: list [width,heigh]
+
.. function:: makeScreenshot(filename)
Writes an image file with the current displayed frame.