My PC has two devices working like keyboard, the normal keyboard and a HID (Human Interface Device) input device (it's a remote control).
I want separate the input from keyboard and from remote, capturing only the remote control. How can I write a program in C/C++ to do this task?
It's not a easy task because this program is operating system dependent. I need it for Windows, but if someone knows how to do it for Linux, I would appreciate that too.