[Xcb] Documentation or example code for xcb_test_fake_input()?

Peter Harris git at peter.is-a-geek.org
Thu May 24 07:45:47 PDT 2012


On Thu, May 24, 2012 at 10:24 AM, Jeremy Cook wrote:
> I am looking for some help using xcb_test_fake_input() to generate mouse and
> keyboard events/input.
>
> In particular some documentation for the parameter list, and possible values
> for “type”.

The documentation for the xtest extension is here:
http://www.x.org/releases/X11R7.6/doc/xextproto/xtest.html#Server_Requests

XCB follows the protocol as closely as it can. Note that XCB tries to
avoid polluting the namespace with generic names, so for example where
the spec uses ButtonPress, XCB uses XCB_BUTTON_PRESS.

Peter Harris


More information about the Xcb mailing list