Implement cursor event simulation with sway commands.

This commit is contained in:
Danny Bautista 2018-04-10 11:32:37 -04:00
parent 4240ede065
commit 1edb2bd892
7 changed files with 91 additions and 2 deletions

View file

@ -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 },
};