Open
Bug 1953665
Opened 1 month ago
Updated 1 month ago
[Pen] On Windows and Android, pen input is represented with `MultiTouchInput`, but on Linux and macOS, it's represnted with `WidgetMouseEvent`
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug)
Details
On Windows and Android, we use MultiTouchInput
to represent inputs from pen devices and handle them with APZ:
However, on Linux and macOS, we use WidgetMouseEvent
to represent inputs from pen devices and handle them with the same path as usual mouse inputs.
I think that we need to use MultiTouchInput
for supporting all features of pen devices, so, I think that the latter should be written with MultiTouchInput
.
You need to log in
before you can comment on or make changes to this bug.
Description
•