// // cocos2d::extension::CCTableView::ccTouchMoved from 0x180016640 to 0x18001668d (77 bytes) // // 3 xrefs: // > @ 0x180028858 // > @ 0x18002fdf8 // > @ 0x18004a914 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // void __fastcall cocos2d::extension::CCTableView::ccTouchMoved( cocos2d::CCArray **this, struct cocos2d::CCTouch *a2, struct cocos2d::CCEvent *a3) { __int64 v4; // rcx cocos2d::extension::CCScrollView::ccTouchMoved(this, a2, a3); if ( *(this + 32) && *((_BYTE *)this + 136) ) { v4 = (__int64)*(this + 41); if ( v4 ) (*(void (__fastcall **)(__int64, char *))(*(_QWORD *)v4 + 40LL))(v4, (char *)this - 320); *(this + 32) = nullptr; } }