mirror of https://github.com/kivy/kivy.git
doc: added 'moultisamples' to config docs
This commit is contained in:
parent
905adb9a6a
commit
7a4d498c42
|
@ -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)
|
||||
<http://en.wikipedia.org/wiki/Multisample_anti-aliasing>`_ 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.
|
||||
|
|
Loading…
Reference in New Issue