In this video I mess around with JNA (Java Native Access) to access the SendInput function from the Windows native user32.dll.
I read hardware input from a device (like a pinpad) and send that into the keyboard buffer to be typed into a web application.
Why? I was bored ...
ViV