input_common: Add virtual gamepad

This commit is contained in:
german77
2022-12-16 16:16:54 -06:00
committed by Narr the Reg
parent bbb202ceed
commit 243404bf34
7 changed files with 274 additions and 0 deletions

View File

@ -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