input_common: Rewrite touch

This commit is contained in:
german77 2021-09-20 17:20:56 -05:00 committed by Narr the Reg
parent 00834b84dd
commit fa8e23b842
3 changed files with 99 additions and 0 deletions

View file

@ -3,6 +3,8 @@ add_library(input_common STATIC
drivers/keyboard.h
drivers/mouse.cpp
drivers/mouse.h
drivers/touch_screen.cpp
drivers/touch_screen.h
helpers/stick_from_buttons.cpp
helpers/stick_from_buttons.h
helpers/touch_from_buttons.cpp