Top "Directinput" questions

Simulating Keyboard with SendInput API in DirectInput applications

I'm trying to simulate keyboard commands for a custom game controller application. Because I'll need to simulate commands in a …

c# directinput sendinput
USB Joystick with C++ and DirectInput

I've been trying to read data (x/y axis, pressed buttons, etc) from a usb joystick, and I've heard of …

c++ joystick directinput
Simulate XBox Controller Input with Python

I want my python programm to simulate an XBox controller input. Both analog thumb sticks and the on/off buttons …

python xbox directinput xinput
Should I use DirectInput or Windows message loop?

I'm working on a C++ DirectX 2D game and I need keyboard and mouse input. Wikipedia says: Microsoft recommends that …

c++ directx direct3d directinput
Python Mouse Click For Game (Direct Input)

I searched a lot for simulate mouse clicks and movement for directx games. I found a good sources about keypressing …

python directx directinput
How to Import Other Namespaces into Visual C#?

Sorry if my question seems a little noobish but I can't find an answer. I would like to use DirectInput …

c# namespaces xna directx directinput
c++ win32 Simulate Keypress with DirectInput

How can I simulate a keypress with DirectInput? I currently have the initialization (but I'm not sure is it good …

c++ c winapi directinput
SlimDX DirectInput Initialization

I've recently swapped from MDX 2.0 to SlimDX, using Direct3D 11, but I'm struggling to implement keyboard and mouse controls. In …

c# directx slimdx managed-directx directinput