mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
2000ccb541
commit
03fa9ff0b0
1 changed files with 6 additions and 4 deletions
|
@ -322,8 +322,9 @@ extern SDL_DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromName(const char *name);
|
|||
*
|
||||
* Text input events are not received by default.
|
||||
*
|
||||
* On some platforms using this function shows the screen keyboard and/or activates
|
||||
* an IME, which can prevent some key press events from being passed through.
|
||||
* On some platforms using this function shows the screen keyboard and/or
|
||||
* activates an IME, which can prevent some key press events from being passed
|
||||
* through.
|
||||
*
|
||||
* \param window the window to enable text input.
|
||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||
|
@ -392,8 +393,9 @@ typedef enum SDL_Capitalization
|
|||
*
|
||||
* Text input events are not received by default.
|
||||
*
|
||||
* On some platforms using this function shows the screen keyboard and/or activates
|
||||
* an IME, which can prevent some key press events from being passed through.
|
||||
* On some platforms using this function shows the screen keyboard and/or
|
||||
* activates an IME, which can prevent some key press events from being passed
|
||||
* through.
|
||||
*
|
||||
* These are the supported properties:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue