GetCodepoint

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

version(BindRaylib_Static)
extern (C) @nogc nothrow
int
GetCodepoint
(
const(char)* text
,)

Meta