| 1412 | } |
| 1413 | |
| 1414 | bool has_frame_callback() { |
| 1415 | std::lock_guard lock(g_frame_mutex); |
| 1416 | return g_frame_callback != nullptr; |
| 1417 | } |
| 1418 | |
| 1419 | void tick_frame_callback(float dt) { |
| 1420 | std::function<void(float)> cb; |
no outgoing calls
no test coverage detected