Difference between revisions of "on.paint"

From Inspired-Lua Wiki
Jump to navigation Jump to search
m (Text replace - ".invalidate" to ":invalidate")
Line 2: Line 2:
 
''[[:Category:gc|'gc']]'' is the Graphics Context, passed by default to the function.
 
''[[:Category:gc|'gc']]'' is the Graphics Context, passed by default to the function.
  
This function can be fired by the [[platform.window.invalidate]] function.
+
This function can be fired by the [[platform.window:invalidate]] function.
  
 
[[Category:Events]]
 
[[Category:Events]]

Revision as of 20:34, 31 May 2011

The function on.paint(gc) is called when the script's window needs to be painted.
'gc' is the Graphics Context, passed by default to the function.

This function can be fired by the platform.window:invalidate function.