GetCodepoint function

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

See RaylibCoreFlatModule.GetCodepoint.

Implementation

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