| 1011 | } |
| 1012 | |
| 1013 | void InputDevice::updateSetButtonNames(int index) |
| 1014 | { |
| 1015 | JoyButton *button = getActiveSetJoystick()->getJoyButton(index); |
| 1016 | |
| 1017 | if (button != nullptr) |
| 1018 | setButtonName(index, button->getButtonName()); |
| 1019 | } |
| 1020 | |
| 1021 | void InputDevice::updateSetAxisButtonNames(int axisIndex, int buttonIndex) |
| 1022 | { |
nothing calls this directly
no test coverage detected