ungetmouse method

int ungetmouse(
  1. Pointer<MEVENT> arg0
)

Implementation

int ungetmouse(
  ffi.Pointer<MEVENT> arg0,
) {
  return _ungetmouse(
    arg0,
  );
}