devdraw: OS X mouse scroll fix (Jeff Sickel)
This commit is contained in:
parent
81a90f898b
commit
a1b61b4635
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ mouseevent(EventRef event)
|
||||||
return eventNotHandledErr;
|
return eventNotHandledErr;
|
||||||
}
|
}
|
||||||
|
|
||||||
mousetrack(osx.xy.x, osx.xy.y, osx.buttons|osx.kbuttons, msec());
|
mousetrack(osx.xy.x, osx.xy.y, osx.buttons|osx.kbuttons|wheel, msec());
|
||||||
return noErr;
|
return noErr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue