| 31 | namespace oid::host { |
| 32 | |
| 33 | class HostBackend; |
| 34 | |
| 35 | /// Drives the per-frame cycle: poll input, begin frame, run the draw callback, |
| 36 | /// end frame. Backend-agnostic so it can be unit-tested against a fake. |
nothing calls this directly
no outgoing calls
no test coverage detected