Liking cljdoc? Tell your friends :D

strigui.window


close-windowclj

(close-window window)
source

contextclj

source

display-infoclj

(display-info context text)
source

init-windowclj

(init-window window)
(init-window width height title)
(init-window width height title fps quality)

Creates a window based on the canvas size. Alternatively, also accepts an already existing window.

Creates a window based on the canvas size. Alternatively, also accepts an already
existing window.
sourceraw docstring

within?clj

(within? coord x y)

Checks wheter the point (x y) is within the given coord coord - vector [x-coord y-coord width height] x - x-coord of point to check y - y-coord of point to check

Checks wheter the point (x y) is within the given coord
coord - vector [x-coord y-coord width height]
x - x-coord of point to check
y - y-coord of point to check
sourceraw docstring

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

× close