input_common: Add virtual gamepad
This commit is contained in:
parent
bbb202ceed
commit
243404bf34
7 changed files with 274 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ add_library(input_common STATIC
|
|||
drivers/udp_client.h
|
||||
drivers/virtual_amiibo.cpp
|
||||
drivers/virtual_amiibo.h
|
||||
drivers/virtual_gamepad.cpp
|
||||
drivers/virtual_gamepad.h
|
||||
helpers/stick_from_buttons.cpp
|
||||
helpers/stick_from_buttons.h
|
||||
helpers/touch_from_buttons.cpp
|
||||
|
|
|
|||
Reference in a new issue