mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -2535,8 +2535,8 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_StepUTF8(const char **pstr, size_t *pslen
|
|||||||
* This will go to the start of the previous Unicode codepoint in the string,
|
* This will go to the start of the previous Unicode codepoint in the string,
|
||||||
* move `*pstr` to that location and return that codepoint.
|
* move `*pstr` to that location and return that codepoint.
|
||||||
*
|
*
|
||||||
* If the resulting codepoint is zero (already at the start of the string), it
|
* If `*pstr` is already at the start of the string), it will not advance
|
||||||
* will not advance `*pstr` at all.
|
* `*pstr` at all.
|
||||||
*
|
*
|
||||||
* Generally this function is called in a loop until it returns zero,
|
* Generally this function is called in a loop until it returns zero,
|
||||||
* adjusting its parameter each iteration.
|
* adjusting its parameter each iteration.
|
||||||
|
Reference in New Issue
Block a user