Difference between revisions of "love.graphics.present"
m |
m (Clean up link.) |
||
Line 1: | Line 1: | ||
Displays the results of drawing operations on the screen. | Displays the results of drawing operations on the screen. | ||
− | This function is used when writing your own [[ | + | This function is used when writing your own [[love.run]] function. It presents all the results of your drawing operations on the screen. See the example in [[love.run]] for a typical use of this function. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Revision as of 17:59, 31 January 2015
Displays the results of drawing operations on the screen.
This function is used when writing your own love.run function. It presents all the results of your drawing operations on the screen. See the example in love.run for a typical use of this function.
Function
Synopsis
love.graphics.present( )
Arguments
None.
Returns
Nothing.
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