Danny's Blog Attempt
This blog is focused on GPGPU, OpenCV, OpenGL, Bio-informatics, Segmentation, Livewire and IT news.
Tuesday, March 24, 2009
Python mouse move in 5 lines of code (Linux only)
from Xlib import X, display
d = display.Display()
s = d.screen()
root = s.root
root.warp_pointer(300,300)
d.sync()
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)