mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 13:07:48 +00:00
Merge pull request #12780 from german77/touch_resource5
service: hid: Fully implement touch resource
This commit is contained in:
commit
6e85d48a8b
32 changed files with 1900 additions and 745 deletions
|
@ -99,9 +99,14 @@ add_library(hid_core STATIC
|
|||
resources/system_buttons/system_button_types.h
|
||||
resources/touch_screen/gesture.cpp
|
||||
resources/touch_screen/gesture.h
|
||||
resources/touch_screen/gesture_types.h
|
||||
resources/touch_screen/gesture_handler.cpp
|
||||
resources/touch_screen/gesture_handler.h
|
||||
resources/touch_screen/touch_screen.cpp
|
||||
resources/touch_screen/touch_screen.h
|
||||
resources/touch_screen/touch_screen_driver.cpp
|
||||
resources/touch_screen/touch_screen_driver.h
|
||||
resources/touch_screen/touch_screen_resource.cpp
|
||||
resources/touch_screen/touch_screen_resource.h
|
||||
resources/touch_screen/touch_types.h
|
||||
resources/unique_pad/unique_pad.cpp
|
||||
resources/unique_pad/unique_pad.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue