input_common: Rewrite gc_adapter
This commit is contained in:
parent
fa8e23b842
commit
395e9a449d
8 changed files with 852 additions and 831 deletions
|
@ -1,4 +1,6 @@
|
|||
add_library(input_common STATIC
|
||||
drivers/gc_adapter.cpp
|
||||
drivers/gc_adapter.h
|
||||
drivers/keyboard.cpp
|
||||
drivers/keyboard.h
|
||||
drivers/mouse.cpp
|
||||
|
@ -23,10 +25,6 @@ add_library(input_common STATIC
|
|||
motion_from_button.h
|
||||
motion_input.cpp
|
||||
motion_input.h
|
||||
gcadapter/gc_adapter.cpp
|
||||
gcadapter/gc_adapter.h
|
||||
gcadapter/gc_poller.cpp
|
||||
gcadapter/gc_poller.h
|
||||
sdl/sdl.cpp
|
||||
sdl/sdl.h
|
||||
tas/tas_input.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue