xtest-0.1: Thin FFI bindings to X11 XTest library

Graphics.X11.XTest

Synopsis

Documentation

fakeMotionSource

Arguments

:: Display 
-> ScreenNumber 
-> Int

X

-> Int

Y

-> IO () 

Create fake pointer motion event.

fakeButtonPressSource

Arguments

:: Display 
-> Button

Mouse button number

-> IO () 

Create fake mouse button click event.

movePointerSource

Arguments

:: Display 
-> ScreenNumber 
-> XID

Root window XID

-> Int

delta X

-> Int

delta Y

-> IO () 

Move mouse pointer.