From 460b8a0db177e7a88a0f44972c349dd680e49233 Mon Sep 17 00:00:00 2001
From: Sergei Petunin <[EMAIL REDACTED]>
Date: Tue, 13 Jan 2026 14:19:19 +0100
Subject: [PATCH] Fix MAC_PRESS_AND_HOLD hint documentation
---
include/SDL3/SDL_hints.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index d9ed566dd01a6..ce9b711f7f3e4 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2649,8 +2649,8 @@ extern "C" {
*
* The variable can be set to the following values:
*
- * - "0": Holding a key will open the accents menu for that key.
- * - "1": Holding a key will repeat the pressed key. (default)
+ * - "0": Holding a key will repeat the pressed key.
+ * - "1": Holding a key will open the accents menu for that key. (default)
*
* This hint needs to be set before SDL_Init().
*