MicrosoftEdge / MicrosoftEdge/WebView2Feedback
can't use SendPointerInput with mouse
Open
@jamesoli is already working on this.
Since Dec 16, 2022.
bug
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
CoreWebView2CompositionController.SendPointerInput does not accept mouse input.
It should be fixed, because mouse is a pointer device too.
Version
SDK: v1.0.1462.37
Runtime: Stable 108.0.1462.46 (Official build) (64-bit)
Framework: Win32
OS: Win11
Repro Steps
- Fill CoreWebView2PointerInfo for mouse event
- Call CoreWebView2CompositionController.SendPointerInput with pointer info
- The call throws IllegalArgument exception
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.