HID GamePad

Lapo Simoni 21 Reputation points
2021-06-19T05:32:17.773+00:00

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 Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,541 questions
0 comments No comments
{count} votes

Accepted answer
  1. Doron Holan 1,801 Reputation points
    2021-06-21T16:22:16.263+00:00

    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Lapo Simoni 21 Reputation points
    2021-06-21T16:41:25.46+00:00

    Thank you so much.
    Really clear reply.

    0 comments No comments