menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
TakeScreenshot method
TakeScreenshot method
dark_mode
light_mode
TakeScreenshot
method
void
TakeScreenshot
(
Pointer
<
Char
>
fileName
)
Implementation
void TakeScreenshot(Pointer<Char> fileName) { return _TakeScreenshot(fileName); }
raylib_dartified package
documentation
core/raylib
RaylibCore
TakeScreenshot method
RaylibCore class