mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +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
Notes:
sideshowbarker
2024-07-19 09:40:10 +09:00
Author: https://github.com/supercomputer7
Commit: 47978a5828
Pull-request: https://github.com/SerenityOS/serenity/pull/1173
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