fix wayland keyboard input #43

Merged
Schmarni-Dev merged 2 commits from dev into dev 2025-05-05 18:32:36 -04:00
Showing only changes of commit c2d4ef4087 - Show all commits

View File

@@ -240,7 +240,6 @@ impl SeatWrapper {
0,
|_, _, _| FilterResult::Forward::<()>,
);
keyboard.set_focus(&mut state.lock(), None, SERIAL_COUNTER.next_serial());
}
pub fn touch_down(&self, surface: WlSurface, id: u32, position: Vector2<f32>) {