mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 14:08:28 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -302,7 +302,7 @@ extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromName(const char *name);
|
|||||||
* and SDL_TextEditingEvent (SDL_EVENT_TEXT_EDITING) events. Please use this
|
* and SDL_TextEditingEvent (SDL_EVENT_TEXT_EDITING) events. Please use this
|
||||||
* function in pair with SDL_StopTextInput().
|
* function in pair with SDL_StopTextInput().
|
||||||
*
|
*
|
||||||
* Text input events are received by default.
|
* Text input events are not received by default.
|
||||||
*
|
*
|
||||||
* On some platforms using this function activates the screen keyboard.
|
* On some platforms using this function activates the screen keyboard.
|
||||||
*
|
*
|
||||||
@@ -327,7 +327,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_TextInputActive(void);
|
|||||||
/**
|
/**
|
||||||
* Stop receiving any text input events.
|
* Stop receiving any text input events.
|
||||||
*
|
*
|
||||||
* Text input events are received by default.
|
* Text input events are not received by default.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user