From 4e8f93c6f1aaaeafbf3c173b43608551100c4e18 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 26 Oct 2025 16:28:36 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index a53ae96828..972e0b7e78 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -4385,14 +4385,14 @@ extern "C" { #define SDL_HINT_WINDOWS_RAW_KEYBOARD "SDL_WINDOWS_RAW_KEYBOARD" /** - * A variable controlling whether or not the RIDEV_NOHOTKEYS flag is set when - * enabling Windows raw keyboard events. + * A variable controlling whether or not the RIDEV_NOHOTKEYS flag is set when + * enabling Windows raw keyboard events. * - * This blocks any hotkeys that have been registered by applications from - * having any effect beyond generating raw WM_INPUT events. + * This blocks any hotkeys that have been registered by applications from + * having any effect beyond generating raw WM_INPUT events. * - * This flag does not affect system-hotkeys like ALT-TAB or CTRL-ALT-DEL, - * but does affect the Windows Logo key since it is a userland hotkey registered + * This flag does not affect system-hotkeys like ALT-TAB or CTRL-ALT-DEL, but + * does affect the Windows Logo key since it is a userland hotkey registered * by explorer.exe. * * The variable can be set to the following values: