Working switches in rootston:

Factor out switch handling to separate file
Add formal enum for toggle action
Implement binding actions
This commit is contained in:
Ryan Walklin 2018-11-28 20:03:42 +00:00 committed by Ryan Walklin
parent 62a9cf87fa
commit 810c7b700c
7 changed files with 60 additions and 16 deletions

View file

@ -10,6 +10,7 @@ sources = [
'main.c',
'output.c',
'seat.c',
'switch.c',
'text_input.c',
'virtual_keyboard.c',
'wl_shell.c',