mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
This commit is contained in:
@ -572,7 +572,8 @@ bool evdevDevice::AddNode(std::string devnode, int fd, libevdev* dev)
|
||||
{
|
||||
if (libevdev_has_event_code(dev, EV_ABS, axis))
|
||||
{
|
||||
AddAnalogInputs(new Axis(num_axis, axis, false, dev), new Axis(num_axis, axis, true, dev));
|
||||
AddFullAnalogSurfaceInputs(new Axis(num_axis, axis, false, dev),
|
||||
new Axis(num_axis, axis, true, dev));
|
||||
++num_axis;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user