From 9106f3adb796f2c7fb0127fb8e0a66799a214c9b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 8 Jul 2022 09:02:03 -0500 Subject: [example] pong, hid the cursor --- examples/08-pong.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/08-pong.lisp') 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) -- cgit v1.2.3