add CCMouseDispatcher::dispatchScrollMSG macos

This commit is contained in:
altalk23 2023-02-26 21:08:59 +03:00
parent 5c495717e7
commit 4406ffbdc9

View file

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