Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2026-06-24 19:48:34 +00:00
parent 089b862732
commit 0fa422231d

View File

@@ -4735,13 +4735,18 @@ extern "C" {
#define SDL_HINT_WINDOWS_RAW_KEYBOARD_INPUTSINK "SDL_WINDOWS_RAW_KEYBOARD_INPUTSINK"
/**
* A variable controlling whether the RIDEV_NOLEGACY flag is set when
* enabling Windows raw mouse events.
* A variable controlling whether the RIDEV_NOLEGACY flag is set when enabling
* Windows raw mouse events.
*
* If RIDEV_NOLEGACY is set, then Windows mouse events will not be sent for mouse motion while relative mode is enabled. This improves performance when players are using high DPI mice, but should be disabled while showing custom assert dialogs in your application code.
* If RIDEV_NOLEGACY is set, then Windows mouse events will not be sent for
* mouse motion while relative mode is enabled. This improves performance when
* players are using high DPI mice, but should be disabled while showing
* custom assert dialogs in your application code.
*
* - "0": Windows mouse events will be generated while relative motion is enabled. (default)
* - "1": Windows mouse events will not be generated while relative motion is enabled.
* - "0": Windows mouse events will be generated while relative motion is
* enabled. (default)
* - "1": Windows mouse events will not be generated while relative motion is
* enabled.
*
* This hint can be set anytime.
*