mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-17 17:08:22 +00:00
Fix MAC_PRESS_AND_HOLD hint documentation
(cherry picked from commit 460b8a0db1)
This commit is contained in:
committed by
Sam Lantinga
parent
c88049d27f
commit
e1b020f340
@@ -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().
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user