// // cocos2d::extension::CCControlPotentiometer::ccTouchMoved from 0x180009420 to 0x180009462 (66 bytes) // // 3 xrefs: // > @ 0x180024ec8 // > @ 0x18002fdf8 // > @ 0x1800499c0 // // 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::CCControlPotentiometer::ccTouchMoved( cocos2d::extension::CCControlPotentiometer *this, struct cocos2d::CCTouch *a2, struct cocos2d::CCEvent *a3) { char *v3; // rbx __int64 v4; // rax char v5; // [rsp+30h] [rbp+8h] BYREF char v6; // [rsp+48h] [rbp+20h] BYREF v3 = (char *)this - 320; (*(void (__fastcall **)(char *, char *, struct cocos2d::CCTouch *))(*((_QWORD *)this - 40) + 1096LL))( (char *)this - 320, &v5, a2); v4 = cocos2d::CCPoint::CCPoint((cocos2d::CCPoint *)&v6, (const struct cocos2d::CCPoint *)&v5); cocos2d::extension::CCControlPotentiometer::potentiometerMoved(v3, v4); }