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


Vocabulary
raylib

Inputs
texta c-string
codepointSizea pointer to a int


Outputs
intan int


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

Definition


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