the HID drive stack just passes the device data up to the application which opened a handle to the device, there is no debounce logic anywhere in the driver stack. The app itself can perform whatever debounce logic it wants.
HID GamePad
Lapo Simoni
21
Reputation points
Hi all. I'm looking to make a HID gamepad, anyone know if there is already antidebounce button function in windows's driver or if is needed to implement in code? Thank for the reply.
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Answer accepted by question author
1 additional answer
Sort by: Most helpful
-
Lapo Simoni 21 Reputation points
2021-06-21T16:41:25.46+00:00 Thank you so much.
Really clear reply.