mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add CCMouseDispatcher::dispatchScrollMSG macos
This commit is contained in:
parent
5c495717e7
commit
4406ffbdc9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue