menu
ncurses package
documentation
bindings.dart
NativeChar
fromPointer static method
fromPointer static method
dark_mode
light_mode
fromPointer
static method
Char
fromPointer
(
Pointer
<
cchar_t
>
ptr
)
Implementation
static Char fromPointer(Pointer<bindings.cchar_t> ptr) => Char._fromPointer(ptr);
ncurses package
documentation
bindings
NativeChar
fromPointer static method
NativeChar extension on
Char