From 96f1fdd113e7e6b953016a53b483adab338406bc Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 12 Jun 2023 20:54:44 +0300 Subject: [PATCH] seat: remove a TODO comment about simulating keyboard events --- include/wlr/types/wlr_seat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index b94c0435..b6d55372 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -196,7 +196,6 @@ struct wlr_seat_pointer_state { } events; }; -// TODO: May be useful to be able to simulate keyboard input events struct wlr_seat_keyboard_state { struct wlr_seat *seat; struct wlr_keyboard *keyboard;