-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm trying to use your wrapper to get input from a racing wheel on a linux machine but when I run your example code and it output the devices that are connected it does not show the racing wheel when it is connected. I also tested with a xbox360 gamepad and it did not find that either. I'm I doing something wrong or do I need to change something? I did change the call to scan devices in main to this so it would output all found devices and I'm getting back output for the mouse and keyboard but no gamepad or racing wheel.
// Scan(enumarate) devices with filter parameters
devList = api.scanDevices( ANY, // vendor id
ANY, // product id
ANY,//L"204EB0425642", // serial
ANY, // manufacturer
ANY, // product string
ANY,//512, // release
ANY, // usage page
ANY // usage
);
I'm trying to get this to work on a tight deadline at my new job so if you can help soon it would mean a lot to me.
Metadata
Metadata
Assignees
Labels
No labels