is_linetouched method

bool is_linetouched(
  1. Pointer<WINDOW> arg0,
  2. int arg1
)

Implementation

bool is_linetouched(
  ffi.Pointer<WINDOW> arg0,
  int arg1,
) {
  return _is_linetouched(
    arg0,
    arg1,
  );
}