mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 05:27:52 -05:00
input_common: Create input poller and mapping
This commit is contained in:
@ -3,6 +3,12 @@ add_library(input_common STATIC
|
||||
analog_from_button.h
|
||||
keyboard.cpp
|
||||
keyboard.h
|
||||
input_engine.cpp
|
||||
input_engine.h
|
||||
input_mapping.cpp
|
||||
input_mapping.h
|
||||
input_poller.cpp
|
||||
input_poller.h
|
||||
main.cpp
|
||||
main.h
|
||||
motion_from_button.cpp
|
||||
|
Reference in New Issue
Block a user