DragDetect method

int DragDetect(
  1. Pointer<HWND__> hwnd,
  2. POINT pt
)

Implementation

int DragDetect(
  ffi.Pointer<HWND__> hwnd,
  POINT pt,
) {
  return _DragDetect(
    hwnd,
    pt,
  );
}