2 lines
95 B
Clojure
2 lines
95 B
Clojure
|
|
(let [point (.. java.awt.MouseInfo getPointerInfo getLocation)] [(.getX point) (.getY point)])
|