mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
Kernel: Add horizontal mouse scroll support
This commit is contained in:
parent
1afb6d5eca
commit
d61cc47055
5 changed files with 30 additions and 5 deletions
|
@ -12,6 +12,7 @@ struct MousePacket {
|
|||
int x { 0 };
|
||||
int y { 0 };
|
||||
int z { 0 };
|
||||
int w { 0 };
|
||||
|
||||
enum Button {
|
||||
LeftButton = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue