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. 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

  3. 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 …

  4. 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.

  5. 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 …

  6. 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.

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

    You can uncomment print statement to show which ids are being configured (to later double check with xinput that values are set alright) Essentially, list_ids function lists all device ids , finds those devices …

  8. 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 …

  9. Keyboard and Mouse Device Support in xInput - Stack Overflow

    Jul 3, 2016 · Does the XInput library feature support for handling events from connected keyboards and mice? I know it supports handling events from xInput compatible controllers but it wasn't clear …

  10. Use XInput and VB.NET for xbox 360 controller support

    Jan 25, 2014 · I am wondering if anyone might be able to give me a little help with xinput (for and Xbox controller) and vb.net. What I am trying to do is translate the analog stick motions to certain events in …