From 4fbdbbbde6f3fdccecec5095a09e94df1a8cdf24 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 16 Aug 2024 22:22:07 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_mouse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h index c7810c69e..f2d17d3be 100644 --- a/include/SDL3/SDL_mouse.h +++ b/include/SDL3/SDL_mouse.h @@ -39,8 +39,8 @@ extern "C" { #endif /** - * This is a unique ID for a mouse for the time it is connected to the - * system, and is never reused for the lifetime of the application. + * This is a unique ID for a mouse for the time it is connected to the system, + * and is never reused for the lifetime of the application. * * If the mouse is disconnected and reconnected, it will get a new ID. *