-
I'd like to experiment with some GUI libraries. What's the easiest way to read the mouse position and button status? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
This is not supported at the moment. ps2.asm in the kernel would need to be updated to enable the secondary port (AUX) and I'm guessing an additional interrupt handler would need to be created to pull the cursor direction and button presses. |
Beta Was this translation helpful? Give feedback.
-
I've started work on this in the ps2_mouse branch of the kernel. |
Beta Was this translation helpful? Give feedback.
-
PS/2 mouse support is in the main kernel branch now. Works fine in Bochs and QEMU. I haven't tested a physical system yet. TODO:
|
Beta Was this translation helpful? Give feedback.
PS/2 mouse support is in the main kernel branch now. Works fine in Bochs and QEMU. I haven't tested a physical system yet.
TODO: