xinput

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

Hi, 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 to find the correct assembly to reference. from what I understand, it's supposed to be in Microsoft.DirectX.dll (namespace Microsoft.Di...

XDeviceInfo.use values that aren't in the XInputExtension spec

The XInput specification defines three use values for the XDeviceInfo structure. They are: IsXKeyboard IsXPointer IsXExtensionDevice These roughly equate to (if I'm reading the XInput spec correctly): Device is being used for core keyboard events Device is being used for core pointer events Device is available as an extension devic...

best way to work on / debug Xorg server modules

Hi, 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 Xorg server code before). Esp. I am running the Ubuntu version of Xorg 7.5 (if that matters much -- does it?). What I want to do s...

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

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 preferred device). I am allowed to program with Linux however the class instruction is based on Microsoft XP tablet input "Inking." I howe...