menu
raylib_dartified package
documentation
core/raylib.dart
HasTempRefs
refListChar method
refListChar method
dark_mode
light_mode
refListChar
method
Pointer
<
Char
>
refListChar
(
List
<
num
>
y
, [
String
?
x
])
Implementation
Pointer<Char> refListChar(List<num> y, [String? x]) => rl.Temp.Char$.Array(y, key: x);
raylib_dartified package
documentation
core/raylib
HasTempRefs
refListChar method
HasTempRefs mixin