mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
seat: remove a TODO comment about simulating keyboard events
This commit is contained in:
parent
6e8fb5509f
commit
96f1fdd113
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ struct wlr_seat_pointer_state {
|
||||||
} events;
|
} events;
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: May be useful to be able to simulate keyboard input events
|
|
||||||
struct wlr_seat_keyboard_state {
|
struct wlr_seat_keyboard_state {
|
||||||
struct wlr_seat *seat;
|
struct wlr_seat *seat;
|
||||||
struct wlr_keyboard *keyboard;
|
struct wlr_keyboard *keyboard;
|
||||||
|
|
Loading…
Reference in a new issue