// // cocos2d::extension::CCControlSlider::sliderMoved from 0x18000aed0 to 0x18000af0d (61 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x180049bf4 // // 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 // __int64 __fastcall cocos2d::extension::CCControlSlider::sliderMoved(__int64 *a1, const struct cocos2d::CCPoint *a2) { __int64 v2; // rbx __int64 v4; // rax char v6; // [rsp+30h] [rbp+8h] BYREF v2 = *a1; v4 = cocos2d::CCPoint::CCPoint((cocos2d::CCPoint *)&v6, a2); cocos2d::extension::CCControlSlider::valueForLocation(a1, v4); return (*(__int64 (__fastcall **)(__int64 *))(v2 + 1112))(a1); }