Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-10-26 16:28:36 +00:00
parent b4eaf9d96f
commit 4e8f93c6f1

View File

@@ -4385,14 +4385,14 @@ extern "C" {
#define SDL_HINT_WINDOWS_RAW_KEYBOARD "SDL_WINDOWS_RAW_KEYBOARD" #define SDL_HINT_WINDOWS_RAW_KEYBOARD "SDL_WINDOWS_RAW_KEYBOARD"
/** /**
* A variable controlling whether or not the RIDEV_NOHOTKEYS flag is set when * A variable controlling whether or not the RIDEV_NOHOTKEYS flag is set when
* enabling Windows raw keyboard events. * enabling Windows raw keyboard events.
* *
* This blocks any hotkeys that have been registered by applications from * This blocks any hotkeys that have been registered by applications from
* having any effect beyond generating raw WM_INPUT events. * having any effect beyond generating raw WM_INPUT events.
* *
* This flag does not affect system-hotkeys like ALT-TAB or CTRL-ALT-DEL, * This flag does not affect system-hotkeys like ALT-TAB or CTRL-ALT-DEL, but
* but does affect the Windows Logo key since it is a userland hotkey registered * does affect the Windows Logo key since it is a userland hotkey registered
* by explorer.exe. * by explorer.exe.
* *
* The variable can be set to the following values: * The variable can be set to the following values: