-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
In some applications like https://github.com/MalpenZibo/ashell touch when nested with winit doesn't seem to work. I looked at wev and it seems to be missing frame
events. I believe wvkbd is also effected by this.
Nested I used niri, but for normal I used cosmic since niri will take focus and polute the output, however the output remains the same of missing frame
It also seems like nested is much more sensitive to motion
Nested tap in wev:
[ 17: wl_touch] down: serial: 55; time: 8818435; surface: 3; id: 0; x, y: 696.285156, 702.476562
[ 17: wl_touch] motion: time: 8818460; id: 0; x, y: 696.285156, 702.476562
[ 17: wl_touch] up: serial: 56; time: 8818460; id: 0
tap in wev
[ 17: wl_touch] down: serial: 492944; time: 8933116; surface: 3; id: 0; x, y: 569.027344, 397.554688
[ 17: wl_touch] frame
[ 17: wl_touch] up: serial: 492945; time: 8933153; id: 0
[ 17: wl_touch] frame
Metadata
Metadata
Assignees
Labels
No labels