love.window.setVSync
Available since LÖVE 11.3 |
This function is not supported in earlier versions. |
Sets vertical synchronization mode without recreating the window.
Function
Synopsis
love.window.setVSync( vsync )
Arguments
number vsync
- VSync number: 1 to enable, 0 to disable, and -1 for adaptive vsync.
Returns
Nothing.
Notes
- Not all graphics drivers support adaptive vsync (-1 value). In that case, it will be automatically set to 1.
- This function doesn't recreate the window, unlike love.window.setMode and love.window.updateMode.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info