mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 01:08:34 +00:00
InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs.
This commit is contained in:
parent
53ede795a2
commit
2f1390e9f9
8 changed files with 26 additions and 17 deletions
|
@ -167,8 +167,8 @@ Joystick::Joystick(const LPDIRECTINPUTDEVICE8 device) : m_device(device)
|
|||
const LONG& ax = (&m_state_in.lX)[offset];
|
||||
|
||||
// each axis gets a negative and a positive input instance associated with it
|
||||
AddAnalogInputs(new Axis(offset, ax, base, range.lMin - base),
|
||||
new Axis(offset, ax, base, range.lMax - base));
|
||||
AddFullAnalogSurfaceInputs(new Axis(offset, ax, base, range.lMin - base),
|
||||
new Axis(offset, ax, base, range.lMax - base));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue