is_wintouched method

bool is_wintouched(
  1. Pointer<WINDOW> arg0
)

Implementation

bool is_wintouched(
  ffi.Pointer<WINDOW> arg0,
) {
  return _is_wintouched(
    arg0,
  );
}