Changes

Jump to navigation Jump to search

Overview of the API

48 bytes added, 20:06, 20 May 2011
no edit summary
Line 53: Line 53:  
*Launch platform API (window, gc, ...)
 
*Launch platform API (window, gc, ...)
 
*...
 
*...
*Link events (pseudo code)
+
*Link events (pseudo code)
 +
<syntaxhighlight lang="lua">
 
  while(Exit)
 
  while(Exit)
 
  ------- Some OS routines here
 
  ------- Some OS routines here
Line 76: Line 77:  
  ----- End of Event link
 
  ----- End of Event link
 
  end
 
  end
 +
</syntaxhighlight>
 +
 
''Note : the (N) commented line only indicates the meaning of the routine. Those functions don't really exist.''
 
''Note : the (N) commented line only indicates the meaning of the routine. Those functions don't really exist.''
  

Navigation menu