mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
Implement cursor event simulation with sway commands.
This commit is contained in:
parent
4240ede065
commit
1edb2bd892
7 changed files with 91 additions and 2 deletions
|
|
@ -203,6 +203,7 @@ static struct cmd_handler input_handlers[] = {
|
|||
// must be in order for the bsearch
|
||||
static struct cmd_handler seat_handlers[] = {
|
||||
{ "attach", seat_cmd_attach },
|
||||
{ "cursor", seat_cmd_cursor },
|
||||
{ "fallback", seat_cmd_fallback },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue