02-25-2026, 02:14 PM
Hello,
I am attempting to intercept and re-configure buttons on a USB device.
My understanding is that I need to use WM_INPUT to intercept messages.
From reading online, the device first needs to be registered: https://learn.microsoft.com/en-us/window...putdevices
Then get get handle of device.
Can you please help guide me in the right direction, to first capture the button and then re-assign it my own code?
Thank so much in advance
I am attempting to intercept and re-configure buttons on a USB device.
My understanding is that I need to use WM_INPUT to intercept messages.
From reading online, the device first needs to be registered: https://learn.microsoft.com/en-us/window...putdevices
Then get get handle of device.
Can you please help guide me in the right direction, to first capture the button and then re-assign it my own code?
Thank so much in advance
