hsautogui-0.3.0: Haskell bindings for PyAutoGUI, a library for automating user interaction
Safe HaskellNone
LanguageHaskell2010

AutoGUI.Info

Synopsis

Documentation

size :: IO (Integer, Integer) Source #

(screenWidth, screenHeight) of the primary monitor in pixels

onScreen :: Integer -> Integer -> IO Bool Source #

Test whether (x, y) is within the screen size

position :: IO (Integer, Integer) Source #

(x, y) position of the mouse