Hi How can i write a mouse driver for PS2 mouse. This driver should run on any platform. I it is by using DDK, then please direct me to some link wer from i can get it free. hope to get some answers soon bye
Hi How can i write a mouse driver for PS2 mouse. This driver should run on any platform. I it is by using DDK, then please direct me to some link wer from i can get it free. hope to get some answers soon bye
Why do you need to write a PS2 mouse driver as that comes with windows. If you need a filter driver you can use src\input\moufiltr example in DDK source. that will help you alot to start with. Dhirendra