Hello everyone. I have used the pyusb module for python to access data streams from usb devices(namely the keyboard and mouse). I would like to access the raw data stream from the keyboard in java. Does anyone know how to do this? I would assume that this would have to access some native API or I would to build my own API. I don't have a particular reason or goal for this, I am just doing this for fun and to learn. I am running java on Win 7 Ultimate 64-bit.
Thanks for your help in advance.