I'm working on an OS called (Cadex OS)[http://github.com/opencreeck/Cadex-OS-Official]. I'm now planning to utilize the code in mouse.c for the XEND (A small X Window System). I added a syscall for getting the mouse state and it works fine. But the problem is, the X, Y, and Button values do not change when I move and click the mouse. Please fix this issue. Thank you.
But I don't know how to. I tried out SANiK's mouse driver but it didn't work. Cadex OS started from basekernel but it is now far more advanced than it. But I'll try to patch it.
I'm working on an OS called (Cadex OS)[http://github.com/opencreeck/Cadex-OS-Official]. I'm now planning to utilize the code in
mouse.c
for the XEND (A small X Window System). I added a syscall for getting the mouse state and it works fine. But the problem is, the X, Y, and Button values do not change when I move and click the mouse. Please fix this issue. Thank you.