untouchwin method

int untouchwin(
  1. Pointer<WINDOW> arg0
)

Implementation

int untouchwin(
  ffi.Pointer<WINDOW> arg0,
) {
  return _untouchwin(
    arg0,
  );
}