Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
366 views

“Seamless” multi user session in linux/X11 [closed]

The goal I would love to have a multi user system (based on linux) using only one X11 session with multiple screens and pairs of mouse and keyboard. So two (or more) people can work with the same ...
3
votes
2answers
1k views

C# - Can't resolve XInput namespace in DirectX SDK (November 2008)

i'm just starting to play around with directx and i've read a few articles on the internet that use xinput to interface with the xbox controller. but when i try to use it in my c# app, i can't seem ...
1
vote
0answers
46 views

Delay The Polling Events Of Xbox360 Gamepad With XInput

My team and I are currently developing a 2D platformer with SDL/OpenGL and we want to add support to the Xbox360 Gamepad with the XInput library from Microsoft, but we are currently having a problem. ...
1
vote
0answers
53 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
1answer
113 views

Mouse emulation using an Xbox 360 controller

I am writing a small program to emulate the mouse with my Xbox 360 controller. I have successfully implemented movement of the cursor but am having difficulty with clicks. Here is a snippet of my ...
1
vote
1answer
357 views

Change which player the Xbox controller represents?

Does anyone know if there is a way to change which portion of the ring is lit on the Xbox controller? For instance, I want the first controller to be plugged in to represent player 2 (if player 1 opts ...
1
vote
1answer
167 views

How to get raw mouse events with XI2 extension?

I'm using XISelectEvents for root window with deviceid=XIAllDevices and mask=XI_RawMotion, but I don't get any events. What's wrong?
1
vote
1answer
339 views

best way to work on / debug Xorg server modules

I want to work on an Xorg server module and I am wondering how I can reload the module at runtime. Also, maybe someone can give me some good tips about doing this (because I never have worked with ...
0
votes
0answers
46 views

How to configure Qt - DirectX - Xinput.h

I'm relatively new to C++ programming and Qt so this issue is probably my miss understanding of codependency. I'm trying to use the Xinput.h file within my source code, which is part of the DirectX ...
0
votes
2answers
114 views

Which version of the Windows SDK uses xinput1_3.dll?

I currently have Windows SDK 7.0A installed. This version of the SDK contains Xinput.h which references xinput9_1_0.dll: #define XINPUT_DLL_A "xinput9_1_0.dll" I need my program to use ...
0
votes
1answer
342 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
526 views

How to learn xInput and gesture programming in Linux (GTK+)

Ramble: I have been goggling for the past ~week trying to get information on tablet programming for Linux. I am currently a student tasked with making a tablet application (mobile but tablet is the ...