CoreWebView2Environment.CreateCoreWebView2PointerInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an empty CoreWebView2PointerInfo.
public Microsoft.Web.WebView2.Core.CoreWebView2PointerInfo CreateCoreWebView2PointerInfo ();
member this.CreateCoreWebView2PointerInfo : unit -> Microsoft.Web.WebView2.Core.CoreWebView2PointerInfo
Public Function CreateCoreWebView2PointerInfo () As CoreWebView2PointerInfo
Returns
Remarks
The returned CoreWebView2PointerInfo needs to be populated with all of the relevant info before calling SendPointerInput(CoreWebView2PointerEventKind, CoreWebView2PointerInfo).