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