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

Function FakePointerEventData

Il2cppHook/_Ufunc.js:4301–4307  ·  view source on GitHub ↗
(eventData)

Source from the content-addressed store, hash-verified

4299 break;
4300 }
4301 function FakePointerEventData(eventData) {
4302 if (eventData.isNull())
4303 return;
4304 let gameObj = new class_1.PointerEventImpl(eventData).get_pointerEnter();
4305 if (!gameObj.handle.isNull())
4306 showGameObject(gameObj.handle);
4307 }
4308}
4309exports.OnPointerClick = OnPointerClick;
4310const OnButtonClick = () => {

Callers 1

OnPointerClickFunction · 0.70

Calls 2

isNullMethod · 0.80
get_pointerEnterMethod · 0.65

Tested by

no test coverage detected