| 7333 | } |
| 7334 | |
| 7335 | static void ExitMainLoop() { |
| 7336 | if (!ptrPGE->OnUserDestroy()) { |
| 7337 | *bActiveRef = true; |
| 7338 | return; |
| 7339 | } |
| 7340 | platform->ThreadCleanUp(); |
| 7341 | platform->ApplicationCleanUp(); |
| 7342 | exit(0); |
| 7343 | } |
| 7344 | |
| 7345 | #if defined(__APPLE__) |
| 7346 | static void scrollWheelUpdate(id selff, SEL _sel, id theEvent) { |
nothing calls this directly
no test coverage detected