Click here to Skip to main content
15,912,977 members
Everything / GamePad

GamePad

GamePad

Great Reads

by Adérito Silva
Introduction to XInputium — a full-featured open-source library for XInput integration in .NET games or applications.

Latest Articles

by Adérito Silva
Introduction to XInputium — a full-featured open-source library for XInput integration in .NET games or applications.

All Articles

Sort by Score

GamePad 

10 Dec 2022 by Adérito Silva
Introduction to XInputium — a full-featured open-source library for XInput integration in .NET games or applications.
7 Jun 2017 by David 'dex' Schwartz
If you already know or have access to the full specification of your joystick's protocol you can skip steps 1 & 2. 1. Find a way to connect your joystick or controller to one a serial port correctly, get a PCI card if you have to. 2. Run a listener program connected to the (newly installed?)...
23 May 2016 by OriginalGriff
This is not a gaming site: it's a site for software development professionals, and we do not provide a "hint service" for any game.I would suggest that you look for a more game-focussed site, possibly by googling the whole message the games gives you, and see what you can find.Good luck!
7 Jun 2017 by Dzianis Igaravich Leanenka
Good day! I have a challenging task related to vJoy I suppose: is it real to create a virtual device and then emulate signals (joystick API)? I mean I have no real physical device but I have to send signals programmatically (like there is a joystick or xbox gamepad switched on for instance). Any...
7 Jun 2017 by Kornfeld Eliyahu Peter
At the end of the day Windows and applications on Windows are running around the message queue. Looping over it and processing the messages there... So all you need to do is sending joystick related messages to you application (the one uses joystick) from your application (the joystick...
8 Apr 2019 by Member 14219358
First Issue: to much Info about Driver Dev. is just way to old. There is s Game whit lots of Inputs, like Anlaog axis blabla. What i want to do is create some simple GUI, not to fancy not that big of a problem. But it needs to act like a gamecontroller in the windows Device Manager. For...
8 Apr 2019 by Dave Kreskowiak
You're not writing a single app. You're writing a driver that exposes an interface for an app to talk to it and behave like a normal joystick device driver on the other side. Another application is needed to tell the driver how to behave, such as stick positions, button push and release, ......
4 May 2019 by Grigorii Mordkovich
Hello Folks! I am working on a course project at a university where we need to receive input from a dualshock in our C++ program to then do something with it, but that is not from that story. I've researched a few options and the farther I looked the more confused I got. I was looking for your...
21 Oct 2016 by Daniel Jones
Did you go through this link: How to Use SQL Statements in MS Excel | Chron.com[^]