Changes between Version 2 and Version 3 of MainLoop

Show
Ignore:
Timestamp:
01/23/10 16:02:01 (3 years ago)
Author:
ian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MainLoop

    v2 v3  
    1313You can set and clear alarms to create timed events.  To update the UI from an alarm 
    1414remember to use `draw_screen()`. 
    15    
     15 
    1616When the main loop is running, any code that raises an `ExitMainLoop` exception 
    1717will cause the loop to exit cleanly.  If any other exception reaches the main loop