Open GuilhermeMoserManerichi opened 7 years ago
I'm creating a Driving simulator, but there's no clutch at the library. I thought that changing de HID descriptor code at Joystick.cpp would resolve my problem, like change the:
if (includeRudder == true) { // USAGE (Rudder) tempHidReportDescriptor[hidReportDescriptorSize++] = 0x09; tempHidReportDescriptor[hidReportDescriptorSize++] = 0xBA; }
to:
if (includeRudder == true) { // USAGE (Rudder) tempHidReportDescriptor[hidReportDescriptorSize++] = 0x09; tempHidReportDescriptor[hidReportDescriptorSize++] = 0xC6; }
But this not work. The axis disappear:
Anybody has some idea how to change it?
Thanks, Guilherme
I am going to classify this as a feature enhancement request: Add a Clutch to the Joystick library. I will probably try to add a Shifter as well.
Additional axis would be great.
I'm creating a Driving simulator, but there's no clutch at the library. I thought that changing de HID descriptor code at Joystick.cpp would resolve my problem, like change the:
to:
But this not work. The axis disappear:
Anybody has some idea how to change it?
Thanks, Guilherme