Liking cljdoc? Tell your friends :D

cuic.input


click!clj

(click! x y)

Moves mouse to the given (x,y) coordinate and then clicks that position

Moves mouse to the given (x,y) coordinate and then clicks that position
sourceraw docstring

keydown!clj

(keydown! key)

Triggers key-down keyboard event

Triggers key-down keyboard event
sourceraw docstring

keyup!clj

(keyup! key)

Triggers key-up keyboard event

Triggers key-up keyboard event
sourceraw docstring

move-mouse!clj

(move-mouse! x y)

Moves mouse to the given (x,y) coordinate

Moves mouse to the given (x,y) coordinate
sourceraw docstring

type!clj

(type! & keys)

Types the given keys and text with the keyboard

Types the given keys and text with the keyboard
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close