Changes

Jump to navigation Jump to search

Category:Events

174 bytes added, 23:51, 3 September 2011
no edit summary
Line 1: Line 1:  
==Quick Overview==
 
==Quick Overview==
 +
 +
Events are one of the most fundamental things to know about the Nspire Lua language.
 +
You can see how events are managed inside the Lua implementation [[Life Cycle|here]].
 +
 
*'''[[on.paint]]''' is called when the GUI is painted. [[:Category:gc|'gc' is the Graphics Context]]  
 
*'''[[on.paint]]''' is called when the GUI is painted. [[:Category:gc|'gc' is the Graphics Context]]  
 
*'''[[on.resize]]''' is called when the window is rezised
 
*'''[[on.resize]]''' is called when the window is rezised

Navigation menu