<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I want to receive all (raw) motion events on a window for which I am
trying to use xcb-xinput.<br>
Unfortunately, I can't seem to figure out how to use it. I found the
Xlib equivalent[1], but am unable to translate it to xcb. Would
someone mind giving me a small push on how I can set
XCB_INPUT_XI_EVENT_MASK_RAW_MOTION on a window?<br>
<br>
Addendum / Additional Info: I am currently using
<meta http-equiv="content-type" content="text/html; charset=utf-8">
XCB_EVENT_MASK_POINTER_MOTION, but it seems that selecting motion
events on children of Chromium windows break Chromium[2] (wtf), so
my hope is that using XInput would work around this issue.<br>
<br>
<br>
Thanks!<br>
Ingo<br>
<br>
[1] <a class="moz-txt-link-freetext" href="http://keithp.com/blogs/Cursor_tracking/">http://keithp.com/blogs/Cursor_tracking/</a><br>
[2] <a class="moz-txt-link-freetext" href="https://code.google.com/p/chromium/issues/detail?id=491934">https://code.google.com/p/chromium/issues/detail?id=491934</a><br>
</body>
</html>