| 431 | } |
| 432 | |
| 433 | static Napi::Object New(const Napi::CallbackInfo& info) |
| 434 | { |
| 435 | return info.Env().Global().Get(JS_CLASS_NAME).As<Napi::Function>().New({}); |
| 436 | } |
| 437 | |
| 438 | PointerEvent(const Napi::CallbackInfo& info) |
| 439 | : Napi::ObjectWrap<PointerEvent>{info} |