scroll method

int scroll(
  1. Pointer<WINDOW> arg0
)

Implementation

int scroll(
  ffi.Pointer<WINDOW> arg0,
) {
  return _scroll(
    arg0,
  );
}