diff options
author | Colin Okay <okay@toyful.space> | 2022-07-17 13:32:29 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-17 13:32:29 -0500 |
commit | 2c87167d61f5e705353aa61bb008687c51a51b8b (patch) | |
tree | 03e890065abf31106ef2262506b9bc6edf6fa002 /src/wheelwork.lisp | |
parent | 53019e4770d1cf9999201e261fd6d93ab3c0d849 (diff) |
[add] path drawing
Diffstat (limited to 'src/wheelwork.lisp')
-rw-r--r-- | src/wheelwork.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wheelwork.lisp b/src/wheelwork.lisp index 8b1e534..41157e6 100644 --- a/src/wheelwork.lisp +++ b/src/wheelwork.lisp @@ -33,6 +33,9 @@ (shutdown app)) (cleanup app))))))) +(defun stop () + (sdl2:push-event :quit)) + (defun refocus-on (target &optional (app *application*)) "Sets focus of application to TARGET. This works whether or not |