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

AutoGUI.Screen

Synopsis

Documentation

locateOnScreen :: FilePath -> IO (Maybe (Integer, Integer, Integer, Integer)) Source #

Return (left, top, width, height) of first place the image is found

locateCenterOnScreen :: FilePath -> IO (Maybe (Integer, Integer)) Source #

Return (x, y) of center of an image, if the image is found