[Xcb] Query related to Xlib Events

Vincent Torri Vincent.Torri at iecn.u-nancy.fr
Thu Jul 14 19:25:26 EST 2005


Hey,

this is the XCB mailing list. Maybe it's better for you that you use Xorg
mailing list, or irc (freenode, #freedesktop) to ask such questions

regards

Vincent Torri

On Thu, 14 Jul 2005, pihu wrote:

> Hi,
>
> Can I select my Input Events TWICE in my Code Like :-
>
> First Time : -
>
> XSelectInput(dpy, window, ExposureMask | KeyPressMask |
>                 ButtonPressMask |ButtonReleaseMask | PointerMotionMask
> | Button1MotionMask );
>
> 2nd Time :-
>
> XSelectInput(dpy, window, ButtonPressMask |ButtonReleaseMask |
> PointerMotionMask | Button1MotionMask );
>
> For both the cases I have made Switch case as per my requirement.
>
> Is it possible to do???
> Or it takes only once ????
>
> if anybody knows anything about it please let me know.
>
> Regards,
> Pihu
> _______________________________________________
> xcb mailing list
> xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
>


More information about the xcb mailing list