Function examples can call to signal completion
| 73 | |
| 74 | // Function examples can call to signal completion |
| 75 | inline void stop_loop() FL_NOEXCEPT { |
| 76 | g_should_stop = true; |
| 77 | } |
| 78 | |
| 79 | bool keep_going() FL_NOEXCEPT { |
| 80 | // Check if example requested stop |