menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
StructStringValueField<R extends RTypeIntLike>
readBounded method
readBounded method
dark_mode
light_mode
readBounded
method
String
readBounded
(
MemoryPointer
<
RType
>
p
,
int
maxLength
)
Implementation
String readBounded(MemoryPointer p, int maxLength) => codec.readString(p, maxLength);
raylib_dartified_base package
documentation
core/raylib_dartified_base
StructStringValueField<R extends RTypeIntLike>
readBounded method
StructStringValueField class