Public Vars

Back

set-window-size (clj)

(source)

function

(set-window-size driver {:keys [width height]}) (set-window-size driver width height)
Have `driver` set the `width` and `height` in pixels of the current window. Absolute precision is not guaranteed.

Examples