Skip to content

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

@mdagreda

Description

@mdagreda

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions