get-codepoint ( text bytesProcessed -- int )


Vocabulary
raylib

Inputs
texta c-string
bytesProcesseda 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 int
GetCodepoint ( c-string text, int* bytesProcessed )