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

@ -47,6 +47,7 @@ sway_sources = files(
'commands/resize.c',
'commands/seat.c',
'commands/seat/attach.c',
'commands/seat/cursor.c',
'commands/seat/fallback.c',
'commands/set.c',
'commands/split.c',