| 101 | } |
| 102 | |
| 103 | void UpdateWindowSize(float width, float height) |
| 104 | { |
| 105 | runtime->Dispatch([width, height](Napi::Env env) { |
| 106 | Babylon::Plugins::NativeWindow::UpdateSize(env, width, height); |
| 107 | }); |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | int main(int _argc, const char* const* _argv) |
no test coverage detected