diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-08 09:02:03 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-08 09:02:03 -0500 |
commit | 9106f3adb796f2c7fb0127fb8e0a66799a214c9b (patch) | |
tree | 47b5b538d2a9c2ae6560068e8a3e88a3a57039e5 /examples | |
parent | d82286854ab6b086736120d6e3fc596ef39ac07e (diff) |
[example] pong, hid the cursor
Diffstat (limited to 'examples')
-rw-r--r-- | examples/08-pong.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/08-pong.lisp b/examples/08-pong.lisp index bf80e32..eae6843 100644 --- a/examples/08-pong.lisp +++ b/examples/08-pong.lisp @@ -172,6 +172,7 @@ on which boundary VAL is outside of." (defmethod ww::boot ((app solo-pong)) "Adds the intro text and sets up the start button handler." + (sdl2:hide-cursor) (ww::add-unit app (setf (intro-text app) |