| 82 | } |
| 83 | |
| 84 | void UpdateWindowSize(float width, float height) |
| 85 | { |
| 86 | runtime->Dispatch([width, height](Napi::Env env) { |
| 87 | Babylon::Plugins::NativeWindow::UpdateSize(env, width, height); |
| 88 | }); |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | int main(int /*_argc*/, const char* const* /*_argv*/) |
no test coverage detected