I'm using XISelectEvents for root window with deviceid=XIAllDevices
and mask=XI_RawMotion
, but I don't get any events. What's wrong?
Asked
Active
Viewed 966 times
1

Dave Clemmer
- 3,741
- 12
- 49
- 72

Mad Fish
- 703
- 1
- 8
- 12
1 Answers
0
While looking through the header files, I noticed that there is XI_RawMotion
and XI_RawMotionMask
. Does the later fix your problem?

Uli Schlachter
- 9,337
- 1
- 23
- 39