MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / ctor_11

Method ctor_11

Il2cppHook/_Ufunc.js:2570–2572  ·  view source on GitHub ↗
(eventSystem)

Source from the content-addressed store, hash-verified

2568 hovered = lfv(this.handle, "hovered");
2569 m_PointerPress = new class_1.GameObjectImpl(lfv(this.handle, "m_PointerPress"));
2570 ctor_11(eventSystem) {
2571 return new PointerEventImpl(Il2Cpp.Api.PointerEventData._ctor_1(alloc(), eventSystem));
2572 }
2573 IsPointerMoving() {
2574 return Il2Cpp.Api.PointerEventData._IsPointerMoving(this.handle);
2575 }

Callers

nothing calls this directly

Calls 2

allocFunction · 0.70
_ctor_1Method · 0.45

Tested by

no test coverage detected