menu
ncurses package
documentation
bindings.dart
NCursesLibrary
is_wintouched method
is_wintouched method
dark_mode
light_mode
is_wintouched
method
bool
is_wintouched
(
Pointer
<
WINDOW
>
arg0
)
Implementation
bool is_wintouched( ffi.Pointer<WINDOW> arg0, ) { return _is_wintouched( arg0, ); }
ncurses package
documentation
bindings
NCursesLibrary
is_wintouched method
NCursesLibrary class