About 50 results
Open links in new tab
  1. I need some help to understand USB Game Controllers (HID devices)

    Aug 30, 2018 · XINPUT does not use HID, it uses XUSB for Xbox 360 controllers or GIP for Xbox One. The Windows drivers for these devices also emulate HID for use with legacy DirectInput.

  2. Microsoft GDK GameInput C# Calls in .Net 6 - Stack Overflow

    PInvoking XInput 1.4 is what I use in my .Net FX code. Its not perfect (vibration support is 360-controller style) but works well enough for most use-cases.

  3. qt.qpa.xcb: X server does not support XInput 2 opening paraFoam

    Sep 24, 2022 · qt.qpa.xcb: X server does not support XInput 2 opening paraFoam Asked 3 years, 5 months ago Modified 3 years, 5 months ago Viewed 3k times

  4. windows - Is it possible to get an XInput device's name, product ID ...

    Oct 7, 2020 · Ordinarily XInput controllers are identified simply using an index corresponding to the player number of the controller. Is there a way to obtain more information about a controller with a …

  5. shell - How to make a program that finds id's of xinput devices and ...

    What's the simplest way of writing a script/program that finds the id that belongs to the two listings named Logitech G700 Laser Mouse in the output from xinput --list, and then running the commands …

  6. gamepad - Why does XInput recognise DualSense controller over USB …

    Jun 10, 2021 · DualSense isn't recognized through XInput because it's not an XInput compatible game controller. XInput is a legacy interface for Xbox 360 and Xbox One controllers and isn't compatible …

  7. winapi - GameInput calls on Win32 - Stack Overflow

    Mar 4, 2023 · GameInput is a functional superset of all legacy input APIs— XInput, DirectInput, Raw Input, Human Interface Device (HID), and WinRT APIs—in addition to adding new features of its own.

  8. USB composite device - Xinput and CDC - Stack Overflow

    Oct 1, 2023 · I'm trying to emulate an Xinput gamepad on a microcontroller (nRF52). I have configured all the necessary USB descriptors, interfaces and endpoints, and it works. The device is enumerated …

  9. calibration - How to customize gamepad controller joystick output ...

    May 7, 2021 · The Windows built-in joy.cpl calibration tool affects controllers that use XInput/DInput technology, and some games do ignore these settings. Its calibration functionality is rather limited …

  10. How do I get the gamepad application to be executed?

    Feb 14, 2025 · I built a gamepad for my Xbox 360 controller using the XINPUT library (copied from an open source project). The code is shown below. I was about to execute the .exe file, but I get this …