diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-06-12 20:54:44 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-06-12 20:54:53 +0300 |
commit | 96f1fdd113e7e6b953016a53b483adab338406bc (patch) | |
tree | 30f7ae79eb2e6ffddd058ae22e707e588eaa275f | |
parent | 6e8fb5509f2c94d09d4efa0f9b1f40b37bf73863 (diff) |
seat: remove a TODO comment about simulating keyboard events
-rw-r--r-- | include/wlr/types/wlr_seat.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |