Fix MAC_PRESS_AND_HOLD hint documentation

This commit is contained in:
Sergei Petunin
2026-01-13 14:19:19 +01:00
committed by Sam Lantinga
parent 2212c4f085
commit 460b8a0db1

View File

@@ -2649,8 +2649,8 @@ extern "C" {
* *
* The variable can be set to the following values: * The variable can be set to the following values:
* *
* - "0": Holding a key will open the accents menu for that key. * - "0": Holding a key will repeat the pressed key.
* - "1": Holding a key will repeat the pressed key. (default) * - "1": Holding a key will open the accents menu for that key. (default)
* *
* This hint needs to be set before SDL_Init(). * This hint needs to be set before SDL_Init().
* *