The current cursor that WebView thinks it should be. The cursor should be
set in WM_SETCURSOR through \::SetCursor or set on the corresponding
parent/ancestor HWND of the WebView through \::SetClassLongPtr. The HCURSOR
can be freed so CopyCursor/DestroyCursor is recommended to keep your own
copy if you are doing more than immediately setting the cursor.
The current cursor that WebView thinks it should be. The cursor should be set in WM_SETCURSOR through \::SetCursor or set on the corresponding parent/ancestor HWND of the WebView through \::SetClassLongPtr. The HCURSOR can be freed so CopyCursor/DestroyCursor is recommended to keep your own copy if you are doing more than immediately setting the cursor.