UnregisterTouchWindow method

int UnregisterTouchWindow(
  1. Pointer<HWND__> hwnd
)

Implementation

int UnregisterTouchWindow(
  ffi.Pointer<HWND__> hwnd,
) {
  return _UnregisterTouchWindow(
    hwnd,
  );
}