GetCodepointNext function

int GetCodepointNext(
  1. MemoryPointer<RChar> text,
  2. MemoryPointer<RInt> codepointSize
)

See RaylibCoreFlatModule.GetCodepointNext.

Implementation

int GetCodepointNext(
  MemoryPointer<RChar> text,
  MemoryPointer<RInt> codepointSize,
) => _module.GetCodepointNext(text, codepointSize);