Skip to content

Winit touch not working in some apps #1806

@Quackdoc

Description

@Quackdoc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions