About 1,490,000 results
Open links in new tab
  1. 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, …

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

  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 …

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

  5. autohotkey - Detecting Joystick buttons - Stack Overflow

    Feb 16, 2021 · Looks like its due to AutoHotkey using an old API to detect the keys, at least with windows 10, reference. It does detect them if an AutoHotkey window is active, like when you …

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

  7. gamepad - Why does XInput recognise DualSense controller over …

    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 …

  8. Is there a way to see the state of the Xbox button using Xinput.h ...

    Dec 9, 2020 · Basically the title. I'm using Xinput.h on Windows with an Xbox One controller to control the mouse and a bunch of other common key presses remotely, and I really want to …

  9. 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, 3 months ago Modified 3 years, 3 months ago Viewed 3k times

  10. How to get Game Controller name (Windows 10 / C++)

    Feb 8, 2016 · I've seen lots of info on how to read game controller input using XInput but I really want to know the name of the controller that is connected. How can I find out the name of …