Merge branch 'main' of https://github.com/geode-sdk/geode into main

This commit is contained in:
HJfod 2023-02-26 20:37:35 +02:00
commit 5b469f60e3

View file

@ -470,7 +470,7 @@ class cocos2d::CCMotionStreak {
} }
class cocos2d::CCMouseDispatcher { class cocos2d::CCMouseDispatcher {
bool dispatchScrollMSG(float x, float y); bool dispatchScrollMSG(float x, float y) = mac 0x2e8f40;
void removeDelegate(cocos2d::CCMouseDelegate* delegate); void removeDelegate(cocos2d::CCMouseDelegate* delegate);
} }