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