Horizontal scrolling on mac

Questions about Wine on macOS.
Locked
eisa01
Newbie
Newbie
Posts: 3
Joined: Wed Oct 27, 2010 1:25 pm

Horizontal scrolling on mac

Post by eisa01 »

Is horizontal scrolling supposed to be supported in Wine? Only vertical scrolling works on my trackpad. Should I file a bug about it?

Currently running Wine 1.3.5 (selfcompiled) on Xquartz 2.5.3.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Horizontal scrolling on mac

Post by vitamin »

eisa01 wrote:Is horizontal scrolling supposed to be supported in Wine?
No, windows knows nothing about horizontal scrolling. It works as a hack by mouse drivers.
eisa01
Newbie
Newbie
Posts: 3
Joined: Wed Oct 27, 2010 1:25 pm

Post by eisa01 »

OK, so who is the responsible party for this support? Would it be appropriate to request this from e.g. Codeweavers?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

eisa01 wrote:OK, so who is the responsible party for this support?
MS. Aks them for an API to support horizontal scrolling.
eisa01
Newbie
Newbie
Posts: 3
Joined: Wed Oct 27, 2010 1:25 pm

Post by eisa01 »

I guess I'm spoiled by OS X then :)
Billy T
Level 1
Level 1
Posts: 6
Joined: Wed Apr 28, 2010 11:16 pm

Post by Billy T »

No, windows knows nothing about horizontal scrolling. It works as a hack by mouse drivers.
Not strictly true - the WM_MOUSEHWHEEL message is (or should be, according to MSDN) implemented for Vista and Win 7. This is supposed to supersede the Intelliwheel hack of XP and Win2k.

But no, it doesn't work on the Mac...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Billy T wrote:Not strictly true - the WM_MOUSEHWHEEL message is (or should be, according to MSDN) implemented for Vista and Win 7. This is supposed to supersede the Intelliwheel hack of XP and Win2k.
You are welcome to implement that in Wine.
Locked