Sfoglia il codice sorgente

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 20 ore fa
parent
commit
0fa422231d
1 ha cambiato i file con 12 aggiunte e 7 eliminazioni
  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.
  *