Public Vars

Back

get-window-position (clj)

(source)

function

(get-window-position driver)
Have `driver` return the current window position, in pixels relative to the screen, as a map of `:x` and `:y`. Consider also: [[get-window-rect]]

Examples