GetCodepointPrevious function
See RaylibCoreFlatModule.GetCodepointPrevious.
Implementation
int GetCodepointPrevious(
MemoryPointer<RChar> text,
MemoryPointer<RInt> codepointSize,
) => _module.GetCodepointPrevious(text, codepointSize);
See RaylibCoreFlatModule.GetCodepointPrevious.
int GetCodepointPrevious(
MemoryPointer<RChar> text,
MemoryPointer<RInt> codepointSize,
) => _module.GetCodepointPrevious(text, codepointSize);