From 7a4d498c42a412806a7814316ff10337f6530e14 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sat, 12 Jul 2014 11:56:46 +0200 Subject: [PATCH] doc: added 'moultisamples' to config docs --- kivy/config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kivy/config.py b/kivy/config.py index 126e81277..7c793d34d 100644 --- a/kivy/config.py +++ b/kivy/config.py @@ -121,6 +121,17 @@ Available configuration tokens Left position of the :class:`~kivy.core.window.Window`. `maxfps`: int, defaults to 60 Maximum FPS allowed. + 'multisamples': int, defaults to 2 + Sets the `MultiSample Anti-Aliasing (MSAA) + `_ level. + Increasing this value results in smooother graphics but at the cost of + processing time. + + .. warning:: + + This feature is limited by device hardware support and will have no + effect on devices which do not support the level of MSAA requested. + `position`: string, one of 'auto' or 'custom' Position of the window on your display. If `auto` is used, you have no control of the initial position: `top` and `left` are ignored.