R
Roman_KR
Guest
Hello!
I'm developing hardware Game Pad device with 60 buttons. It is required to be a standard HID Game Pad or Joystick (HID usage 0x05 or 0x04), as it is. Such devices are normally handled by DirectInput, but Windows standard minidrivers restricts number of buttons in Game Pad device (maximum 32 buttons!), despite the HID agreement, which has no such limitations. Could somebody suggest, how is it possible to have more then 32 buttons, using windows standard Gamepad or Joystick drivers? or How to override this limitation in standard windows drivers? I would be greatly thankful for help in this issue, really..
Continue reading...
I'm developing hardware Game Pad device with 60 buttons. It is required to be a standard HID Game Pad or Joystick (HID usage 0x05 or 0x04), as it is. Such devices are normally handled by DirectInput, but Windows standard minidrivers restricts number of buttons in Game Pad device (maximum 32 buttons!), despite the HID agreement, which has no such limitations. Could somebody suggest, how is it possible to have more then 32 buttons, using windows standard Gamepad or Joystick drivers? or How to override this limitation in standard windows drivers? I would be greatly thankful for help in this issue, really..
Continue reading...