Difference between revisions of "love.graphics.present"

m
m
Line 15: Line 15:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Sub-Category::Drawing| ]]
 
{{#set:Description=Displays the results of drawing operations on the screen.}}
 
{{#set:Description=Displays the results of drawing operations on the screen.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.present}}
 
{{i18n|love.graphics.present}}

Revision as of 00:17, 29 March 2013

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