-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#8873Labels
a: desktopRunning on desktopRunning on desktope: embedderUsers of the Embedder APIUsers of the Embedder API
Description
Currently the embedding API does not set "buttons" to pointer events, resulting in buttons = 0, which blocks adding support to buttons.
Embedding API should pass the correct buttons to pointer events:
- Pointer events by mouse should set
buttonsto the buttons pressed. - Pointer events by touch should set
buttonsto 1 (kTouchContact). - Pointer events by stylus should set
buttonsto 1 (kStylusContact) as well as the physical buttons pressed. - Buttons should be non-zero when and only when the pointer is down.
Metadata
Metadata
Assignees
Labels
a: desktopRunning on desktopRunning on desktope: embedderUsers of the Embedder APIUsers of the Embedder API