pGetNextCodepoint

Returns next codepoint in a UTF8 encoded string; 0x3f('?') is returned on failure

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pGetNextCodepoint = int function
(
const(char)* text
,)

Meta