microsoft / Xbox-GDK-Samples

Game development samples published by the Xbox Advanced Technology Group using the Microsoft GDK.
http://aka.ms/gamedevdocs
MIT License
218 stars 31 forks source link

[Sample - Gamepad] USB Xbox controller - m_reading->GetGamepadState always returns empty state #41

Open manas-kulkarni opened 1 month ago

manas-kulkarni commented 1 month ago
manas-kulkarni commented 3 weeks ago

Sony Dual Sense Controller also doesn't work - Controller doesn't get detected - Connected through USB. Verified that it works fine outside of GameInput (Using hid API directly, ...)

Is there a list of controllers supported by GameInput? Considering that it is the recommended API for Gamepad input handling on Windows, so far not even one controller (connected through Bluetooth or USB) seems to work with any of the samples