mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue