|
I'd like to experiment with some GUI libraries. What's the easiest way to read the mouse position and button status? |
Answered by
IanSeyler
Dec 16, 2024
Replies: 4 comments 7 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. |
0 replies
|
I've started work on this in the ps2_mouse branch of the kernel. |
0 replies
|
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:
|
4 replies
Answer selected by
IanSeyler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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: