dolphin/Source/Core/InputCommon/ControllerInterface/Android
zackhow 02c649ba20 Android: Change all analoginputs to just inputs
Android doesn't report values for the inputs generated by FullAnalogInput so
there isn't a reason to add them as such. This also avoids a bug(for android)
where if there are three inputs(say 12, 11, and 121), and you generate a FullAnalogInput
with 12/11 then it will create another input with the name 121 which can cause conficts
with the real 121 input. This is probably not an issue on PC since most Axis inputs
are named and not numbered.
2019-01-07 21:52:39 -05:00
..
Android.cpp Android: Change all analoginputs to just inputs 2019-01-07 21:52:39 -05:00
Android.h Android: Add rumble for phone 2018-09-07 08:54:03 -04:00