Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
3k views

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 new applications make use of the Windows message loop for keyboard and mouse ...
5
votes
1answer
757 views

Low level mouse hook and DirectX

I'm building an application which needs to filter some mouse clicks system-wide. That is, I need to make the system ignore some mouse button clicks at special occasions. I use low level mouse hook ...
4
votes
1answer
93 views

Why does my DirectInput8 stack overflow?

The overall program is too complex to display here. Basically, just pay attention to the green highlights in my recent git commit. I am very new to DirectInput, so I expect I've made several errors. I ...
2
votes
2answers
252 views

C++ on Windows: Using DirectInput without a window?

Short version: How do I initialize and use DirectInput if I have no access to the HWND/HINSTANCE? Background information: I am currently using SFML for most parts of my program, amongst others for ...
2
votes
1answer
577 views

C# DirectInput - Determining a gamepad controller type

I'm trying to use a variety of gamepad controllers in my application using the DirectInput API. From what I can tell, the axes are mapped differently between devices. Is there a common practice ...
2
votes
2answers
633 views

Why doesn't my DirectX program recognize that I've released the escape key? (C++)

EDIT: After even more code modification, the error is still there, modified code shown: KeyDown(): const int input_bit_num = 0x8000; char keys[256]; bool KeyDown(int key) { return (keys[key] ...
2
votes
1answer
1k views

Touchpad's absolute touch coordinates

Is it possible to read input directly from a Alps touchpad? I am trying to turn my touchpad into a cheap drawing tablet so I need to read the raw unprocessed x and y coordinates of where it was ...
1
vote
0answers
50 views

Emulate Xbox 360 controller with mobile

I'm developing an app for symbian phones to emulate an Xbox 360 controller. I have made all the necessary connections, and I'm using SendInput() to emulate the mouse, because, AFAIK SendInput can ...
1
vote
2answers
262 views

DirectInput8Create fails : E_INVALIDARG

I'm using DirectInput with Direct3D 11, and compiling for x64 and I get an E_INVALIDARG from this line: HRESULT hr = DirectInput8Create(hInstance, DIRECTINPUT_VERSION, IID_IDirectInput8, ...
1
vote
1answer
3k views

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 DirectInput environment most of the usual methods don't work. I know ...
1
vote
0answers
99 views

mdx DirectInput.CooperativeLevelFlags problem

I have this problem using MDX: i am trying to set up a keyboard device with the Foreground and Exclusive flags (up until now I let it to Background - which worked - and did the KeyUp / KeyDown events ...
1
vote
1answer
324 views

Why does the mouse disappear in DISCL_EXCLUSIVE | DISCL_FOREGROUND mode?

When using DirectInput, why does the mouse cursor completely disappear when you use DISCL_EXCLUSIVE | DISCL_FOREGROUND as your cooperative level? mouse->SetCooperativeLevel ( hwnd, ...
1
vote
2answers
2k views

sendinput to directinput(like games)

I'm trying to simulate keypress to my games that use direct input(I guess). I googled around and I found out the method SendIput(). It work fine if I try to send keypress to notepad.exe but nothing ...
1
vote
1answer
972 views

Can I get DirectInput / XInput without the whole DirectX SDK?

I am developing an in-house app that would use XInput or DirectInput to read from the Xbox 360 controller. (I think it'll be the cheapest/easiest way to get multiple controls in the operator's ...
0
votes
1answer
63 views

Direct Input in C# [closed]

Hi guys im wanting to use direct input in my c# program so that I can interface with certain game controllers, however i've looked high and low and cant seem to find the ...
0
votes
0answers
14 views

Intercepting Force Feedback messages/data

Majority of games implement DirectInput's Force Feedback feature, which give some feedback to the controller (Rumble, Force ...etc). Is it possible to get these messages/data when they are sent to the ...
0
votes
0answers
39 views

C#/VB.NET: How can I get the state of AXIS T8311\8312 Joystick & KeyPad through DirectX.DirectInput?

I'm trying to pull the state of my Axis T8311 Joystick and Axis T8312 KeyPad within a Windows Form application. I can Find and get to the state of T8311 Joystick by doing: private Device ...
0
votes
1answer
68 views

Call and Execute a Function on a DLL using VBScript

My target DLL file is Microsoft DirectInput dll file which is located here: C:\Windows\System32\Dinput.dll I have monitored an application which uses it for API. I just see that it has call for ...
0
votes
0answers
278 views

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 or not): #include <dinput.h> #pragma comment (lib, "dinput8.lib") #pragma ...
0
votes
0answers
56 views

Disable wheel button in windows (possibly with DirectInput)

I need to write a small program which can enable/disable a button on a steering wheel, which is connected to a PC (usually via USB). This small program would provide the KERS support in an F1 ...
0
votes
1answer
201 views

Catching “global hotkeys” (Windows)

Now I've been trying to create a similar functionality as there is in Push-To-Talk voice chat applications, but so far I couldn't find any fitting solutions to this. I am not using MFC or CLR. The ...
0
votes
2answers
1k views

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 MDX you can use keyb = new ...
0
votes
1answer
338 views

Finding out whether a DirectInput device supports XInput (with mingw/gcc)

I'm working on an input system, wrapping DirectInput and XInput. Currently XInput devices are enumerated twice, once as XInput and once as DirectInput (since they support both). How can I find out ...
0
votes
2answers
318 views

Retrieving keyboard state in C# using DirectInput?

I need to retrieve the keyboard state when a key is pressed on a particular form rather quickly - fast enough that the standard KeyUp/KeyDown events for windows forms are not fast enough. I was told ...
0
votes
1answer
194 views

2 Mice, capturing exclusively one mouse on windows (DirectInput, DDK, Linux, anything)

I have connected 2 mice to PC and I wish one mouse to work as regular mouse and capture second mouse exclusively. First I was trying DirectInput. It showed 2 devices with word mouse in InstanceName. ...
0
votes
1answer
223 views

directinput dll problem

I'm developing an app in c# that uses directinput... in my dev pc, that there's installed directx sdk everything works fine... but in another pc that have only directx client installed, the app didn't ...
0
votes
1answer
436 views

c++ use usb joystick

hiall... in my project I'm using directinput to manage the joysticks attached to the pc and works, but imho directimput is terrible to understand and manage perfectly... did you know if exists some ...
0
votes
2answers
162 views

What is the difference between reading keyboard input asynchronously and using DirectInput?

DirectInput requires a lot of initialization functions and cetera to detect keyboard input, so what benefits are there to using it rather than the GetAsyncKeyState() function?
0
votes
4answers
1k views

GetRawInputData vs GetAsyncKeyState()

Well, I'm trying to avoid using the deprecated DirectInput. But I need, at each "frame" or "iteration" of the game to snatch ALL KEY STATES so that I can act accordingly. For example, if the player ...
0
votes
0answers
138 views

Joystick values not correct

I have a problem with respect of getting the state of a steering wheel (Logitech Steering Wheel). It looks like it doesn't perceive the throttle - rglSlider[0] is always 0, even if the acceleration ...
0
votes
0answers
587 views

DirectX DirectInput C# measure audio input

C# 2008 SP3 I have developed a softphone and our client would like to have a feature that would test if the microphone is working. I was thinking to have a progress bar that would go up and down ...
0
votes
1answer
299 views

Post message for direct input

I want to simulate a mouse click in a video game that is minimized. The video game I am doing this for allows macroing like this, so it's all good. However, the game uses direct input so using ...
0
votes
3answers
668 views

DirectInput analogue joystick range

I use DirectInput to handle input devices, I enumerate devices and elements on each device. When using the analogue sticks on my game pad, they report values in the range 0-65535. Is this always the ...
-1
votes
1answer
64 views

Calling an API Function from DINPUT.Dll Using Delphi Or Pascal

I have a program which uses an API from dinput.dll (Direct Input), I have monitored it and the result is this: API Name: DirectInputCreateEx Module Name: C:\Windows\system32\DINPUT.dll And about ...