-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Also originally reported: YaLTeR/niri#2303
When using winit nested, the touch events do not align with the output
Wev
is reporting that touching the bottom of the screen is ~720 despite the screen having a size reported of 1280x960, tesed on niri I did verify that winit does report the actual size properly WARN niri::input: size is Size<smithay::utils::geometry::Logical> { w: 1280, h: 960 }
The horizontal axis, w
, seems to be aligned fine, it's just the height/vertical axis that has alignment issues.
EDIT: Localdesktop also seems to have similar issues, but I have only had the time to test with a nested niri client
Metadata
Metadata
Assignees
Labels
No labels