VirtualBox

Opened 17 years ago

Closed 9 years ago

#700 closed defect (obsolete)

No Horizontal Scrolling in Guest VMs

Reported by: JWC Owned by:
Component: other Version: VirtualBox 1.5.0
Keywords: Horizontal, Scrolling Cc:
Guest type: other Host type: other

Description (last modified by Frank Mehnert)

As per: http://forums.virtualbox.org/vieatopic.php?t=1794

VirtualBox's mouse driver (the one installed with the Guest Additions package) doesn't seem to support horizontal scrolling, although it supports vertical scrolling quite well.

Attachments (1)

sdlkey.c (2.4 KB ) - added by Frank Mehnert 17 years ago.

Download all attachments as: .zip

Change History (10)

by Frank Mehnert, 17 years ago

Attachment: sdlkey.c added

comment:1 by Frank Mehnert, 17 years ago

Supporting this mouse should not be a big problem but as we don't have such a mouse handy, it is difficult to test. I've added a small SDL example application which you can compile on a Linux host with

gcc -O2 -o sdlkey sdlkey.c

Ensure you have the SDL development stuff installed. Start the application and try horizontal scrolling while you are over the SDL window. What is the output of the example program?

in reply to:  1 comment:2 by JWC, 17 years ago

Replying to frank:

Supporting this mouse should not be a big problem but as we don't have such a mouse handy, it is difficult to test. I've added a small SDL example application which you can compile on a Linux host with

gcc -O2 -o sdlkey sdlkey.c

Ensure you have the SDL development stuff installed. Start the application and try horizontal scrolling while you are over the SDL window. What is the output of the example program?

Sorry for the long delay.

Scroll Left: (event->type=5) BTNUP: 6, 1 (event->type=6) BTNUP: 6, 0

Scroll Right: (event->type=5) BTNUP: 7, 1 (event->type=6) BTNUP: 7, 0

comment:3 by JWC, 17 years ago

Blegh, forgot to <pre> that.

Scroll Left:

(event->type=5)
BTNUP: 6, 1
(event->type=6)
BTNUP: 6, 0

Scroll Right:

(event->type=5)
BTNUP: 7, 1
(event->type=6)
BTNUP: 7, 0 

comment:4 by Frank Mehnert, 17 years ago

Thanks for the response. It will probably took a little bit more time to implement this because the IMPS/2 mouse we emulate seems to not support horizontal scrolling.

in reply to:  4 comment:5 by JWC, 17 years ago

Replying to frank:

Thanks for the response. It will probably took a little bit more time to implement this because the IMPS/2 mouse we emulate seems to not support horizontal scrolling.

Sounds great! I hope everything works out well. :)

comment:6 by Frank Mehnert, 16 years ago

Component: otherGUI

comment:7 by Frank Mehnert, 16 years ago

Component: GUIother

comment:8 by JWC, 16 years ago

Are there any plans to implement a fix for this problem?

comment:9 by Frank Mehnert, 9 years ago

Description: modified (diff)
Resolution: obsolete
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use