Răsfoiți Sursa

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 20 ore în urmă
părinte
comite
0fa422231d
1 a modificat fișierele cu 12 adăugiri și 7 ștergeri
  1. 12 7
      include/SDL3/SDL_hints.h

+ 12 - 7
include/SDL3/SDL_hints.h

@@ -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.
- *
- * 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.
+ * 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.
+ *
+ * - "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.
  *