Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamepad and racing wheel not showing up in device scan #3

Open
mdagreda opened this issue May 15, 2018 · 1 comment
Open

Gamepad and racing wheel not showing up in device scan #3

mdagreda opened this issue May 15, 2018 · 1 comment

Comments

@mdagreda
Copy link

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.

@yigityuce
Copy link
Owner

Can you send full code and the output please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants