wmouse_trafo method

bool wmouse_trafo(
  1. Pointer<WINDOW> arg0,
  2. Pointer<Int> arg1,
  3. Pointer<Int> arg2,
  4. bool arg3,
)

Implementation

bool wmouse_trafo(
  ffi.Pointer<WINDOW> arg0,
  ffi.Pointer<ffi.Int> arg1,
  ffi.Pointer<ffi.Int> arg2,
  bool arg3,
) {
  return _wmouse_trafo(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}