dolphin/Source/Core/InputCommon/ControllerInterface/Android
JosJuice ca508e4503 ControllerInterface/Android: Handle input events
Android doesn't let us poll inputs whenever we want. Instead, we
listen to input events (activities will have to forward them to the
input backend), and store the received values in atomic variables
in the Input classes. This is similar in concept to how ButtonManager
worked, but without its homegrown second input mapping system.
2023-03-03 22:28:23 +01:00
..
Android.cpp ControllerInterface/Android: Handle input events 2023-03-03 22:28:23 +01:00
Android.h ControllerInterface/Android: Implement device population 2023-03-03 22:28:23 +01:00