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 not detected #9

Open
fotiDim opened this issue Jan 28, 2023 · 2 comments
Open

Gamepad not detected #9

fotiDim opened this issue Jan 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fotiDim
Copy link

fotiDim commented Jan 28, 2023

I have a Logitech Chillstream gamepad which is PS3/PC compatible and is not detected by the example app. In Device Manager it shows up as HID compliant. Is it because it does not support XInput?

@LuanRoger
Copy link
Owner

This is a very old controller 😅, probrably it realy uses DirectInput or some other generic interface and the package only support XInput.
But you can try to use X360CE or similar to emulate a XInput device, could you try it out and come to repport if it works?

@fotiDim
Copy link
Author

fotiDim commented Jan 29, 2023

I can use x360ce v4, which uses ViGEmBus under the hood to emulate an XBox 360 controller and use it in games that do not support directinput controllers such as GTA V. However when I am trying with the example app it makes the virtual device disconnect.

EDIT: After a computer restart the gamepad no longer disconnects but it is still not detect by the flutter_windows example app. The gamepad is detected and working with https://pub.dev/packages/win32_gamepad and x360ce.

@LuanRoger LuanRoger added the bug Something isn't working label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants