diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-23 08:56:28 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-23 08:56:28 -0500 |
commit | 76d137475350287f6eddf7083ff0b7507a305e8c (patch) | |
tree | fea80ddf20419287d857ccd5495bad0717ca2236 /package.lisp | |
parent | d9fba3559d77e96f145ab1fd968bce868074044e (diff) |
[add] eventhandling for mousedown and keyup
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 85dce2a..74c9477 100644 --- a/package.lisp +++ b/package.lisp @@ -5,7 +5,7 @@ (:nicknames #:ww) (:local-nicknames (#:mat #:3d-matrices) (#:vec #:3d-vectors)) - (:import-from #:hyperquirks #:defvarf) + (:import-from #:hyperquirks #:?>) (:import-from #:defclass-std #:defclass/std) (:import-from #:alexandria #:when-let #:when-let* #:if-let)) |