Results 1 to 2 of 2
Hi ,
I am into X11 programming i am moving my mouse pointer using XWarpPointer but i want that pointer to notify my events. How can i make that pointer ...
- 06-16-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 24
How can my mouse pointer
Hi ,
I am into X11 programming i am moving my mouse pointer using XWarpPointer but i want that pointer to notify my events. How can i make that pointer to notify the events and handle it.
- 06-16-2006 #2
What do you mean by "notify your events?" If you want mouse events, use XSelectInput with ButtonMask, MotionMask, or any of the other mouse-related masks.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote
