GetCapture method

Pointer<HWND__> GetCapture()

Implementation

ffi.Pointer<HWND__> GetCapture() {
  return (_GetCapture ??=
      _dylib.lookupFunction<_c_GetCapture, _dart_GetCapture>('GetCapture'))();
}