touchwin method

int touchwin(
  1. Pointer<WINDOW> arg0
)

Implementation

int touchwin(
  ffi.Pointer<WINDOW> arg0,
) {
  return _touchwin(
    arg0,
  );
}