documentation
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
(let ((x (inexact->exact (round (exact->inexact (+ px xx)))))
|
||||
(y (inexact->exact (round (exact->inexact (+ py yy)))))
|
||||
)
|
||||
(displayln "move")
|
||||
(displayln (format "move ~a ~a" x y))
|
||||
(send this move x y)
|
||||
(displayln "resize")
|
||||
(displayln (format "resize ~a ~a" x y))
|
||||
(send this resize dw dh)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user