projects
/
clnl
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Parse widgets v1 - slider
[clnl]
/
src
/
main
/
nvm
/
utils.lisp
1
(in-package #:clnl-nvm)
2
3
(defun min-pxcor () (getf *dimensions* :xmin))
4
(defun max-pxcor () (getf *dimensions* :xmax))
5
(defun min-pycor () (getf *dimensions* :ymin))
6
(defun max-pycor () (getf *dimensions* :ymax))