mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +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
|
@ -48,6 +48,7 @@ public:
|
|||
private:
|
||||
// ^IRQHandler
|
||||
virtual void handle_irq() override;
|
||||
void handle_vmmouse_absolute_pointer();
|
||||
|
||||
// ^CharacterDevice
|
||||
virtual const char* class_name() const override { return "PS2MouseDevice"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue