| 366 | } |
| 367 | |
| 368 | void Platform::close() |
| 369 | { |
| 370 | if (window) |
| 371 | { |
| 372 | window->close(); |
| 373 | } |
| 374 | |
| 375 | // Fallback incase a window is not yet in use |
| 376 | close_requested = true; |
| 377 | } |
| 378 | |
| 379 | void Platform::force_simulation_fps(float fps) |
| 380 | { |
no outgoing calls
no test coverage detected