Results 1 to 2 of 2
Hi,
I studied XSendEvent but that function is useful only when we know the windowid i dont want that my application has to move the pointer and implement single or ...
- 06-19-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 24
how can my application
Hi,
I studied XSendEvent but that function is useful only when we know the windowid i dont want that my application has to move the pointer and implement single or double click without specific to any window and without interface to the device.
Can you please specify any APIs are there to implement this.
- 06-19-2006 #2XWarpPointer moves the pointer.Code:
man XWarpPointer man XQueryPointer
XQueryPointer finds out what window it's in.
If I understand your needs correctly, these are all you need in conjunction with XSendEvent to do what you want.Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote
