From 6a6bbb6488759c627b6b764fa7bfdae6f93ccce0 Mon Sep 17 00:00:00 2001 From: kottochii <106819117+kottochii@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:32:56 +1000 Subject: [PATCH] fix: hide mouse --- program.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/program.cpp b/program.cpp index e864309..57be355 100644 --- a/program.cpp +++ b/program.cpp @@ -16,6 +16,7 @@ int main() { // Open the game window and toggle the border open_window("DX Ball Game", 800, 600); window_toggle_border("DX Ball Game"); + hide_mouse(); // hide mouse to avoid showing it on the game controller // Load game resources load_resources();