Difference between revisions of "love.graphics.setIcon"

m
m (Added oldin)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|070|type=functions}}
+
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setIcon]]}}
 +
{{newin|[[0.7.0]]|070|type=function}}
 
Set window icon. This feature is not completely supported on Windows (apparently an SDL bug, not a LOVE bug: [https://bitbucket.org/rude/love/issue/143/windows-no-titlebar-icon]).
 
Set window icon. This feature is not completely supported on Windows (apparently an SDL bug, not a LOVE bug: [https://bitbucket.org/rude/love/issue/143/windows-no-titlebar-icon]).
 
== Function ==
 
== Function ==
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Set window icon.}}
 
{{#set:Description=Set window icon.}}
{{#set:Sub-Category=State}}
+
{{#set:Sub-Category=Window}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setIcon}}
 
{{i18n|love.graphics.setIcon}}

Revision as of 04:06, 19 July 2013

Removed in LÖVE 0.9.0
Moved to the love.window module as love.window.setIcon.
Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Set window icon. This feature is not completely supported on Windows (apparently an SDL bug, not a LOVE bug: [1]).

Function

Synopsis

love.graphics.setIcon( image )

Arguments

Image image
The window icon.

Returns

Nothing.

See Also


Other Languages