get-codepoint-next ( text codepointSize -- int )


Vocabulary
raylib

Inputs
texta c-string
codepointSizea pointer to a int


Outputs
intan int


Word description
Get next codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure

Definition


LIBRARY: raylib FUNCTION-ALIAS: get-codepoint-next int
GetCodepointNext ( c-string text, int* codepointSize )