TakeScreenshot function

void TakeScreenshot(
  1. MemoryPointer<RChar> fileName
)

See RaylibCoreFlatModule.TakeScreenshot.

Implementation

void TakeScreenshot(
  MemoryPointer<RChar> fileName,
) => _module.TakeScreenshot(fileName);