Tagged Questions
0
votes
1answer
60 views
XWarpPointer does not work on ubuntu 12.04 in wmware player
Hello i'm trying to move the mouse pointer by using Xlib in my Qt application:
cout <<"move mouse to "<<x<<","<<y<<endl;
XWarpPointer(defaultdisplay, None, desktoproot, ...
0
votes
0answers
767 views
Simulate key press in Xlib using XSendEvent (focus, vmware unity)
I have trouble with keyPress function which should simulate keypress in window. Everything work fine when i focus window by click to it. But when focus is in different window, key press simulation ...