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 )
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)
Change History (10)
by , 17 years ago
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 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.cEnsure 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 , 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
follow-up: 5 comment:4 by , 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.
comment:5 by , 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 , 16 years ago
Component: | other → GUI |
---|
comment:7 by , 16 years ago
Component: | GUI → other |
---|
comment:9 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
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
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?