PS/2 Mouse Access
How can i access PS/2 ,for ex capturing datas of mouse : will it require upper-level filters to PS/2 mouse device drivers or can i do it via user-mode with IOCTLs or perhaps ReadFile/WriteFile ?
Thank you very much
[224 byte] By [
akhin] at [2007-11-20 8:50:08]

# 1 Re: PS/2 Mouse Access
What data exactly you need from mouse?
In Win32 app you can get mouse cursor position, check the button events (buttons clicked/pressed etc).
With WinAPI you can do it. You dont need driver for that.
Somebody correct me if im wrong.
# 2 Re: PS/2 Mouse Access
i want to capture all of raw data between PC and mouse , not virtual stuff like xpos , ypos...
akhin at 2007-11-9 13:31:47 >
