mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
Kernel: Add support for vmmouse
We add this feature together with the VMWareBackdoor class. VMWareBackdoor class is responsible for enabling the vmmouse, and then controlling it from the PS2 mouse IRQ handler.
This commit is contained in:
parent
44ddfd2bf5
commit
47978a5828
8 changed files with 328 additions and 3 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
struct MousePacket {
|
||||
int x { 0 };
|
||||
int y { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue