Changes between Version 2 and Version 3 of MainLoop
- Timestamp:
- 01/23/10 16:02:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MainLoop
v2 v3 13 13 You can set and clear alarms to create timed events. To update the UI from an alarm 14 14 remember to use `draw_screen()`. 15 15 16 16 When the main loop is running, any code that raises an `ExitMainLoop` exception 17 17 will cause the loop to exit cleanly. If any other exception reaches the main loop
