mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
input_common: Rewrite touch
This commit is contained in:
parent
280342cd0a
commit
86a57fb096
3 changed files with 99 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue