| 755 | } |
| 756 | |
| 757 | void InputDevice::dpadButtonClickEvent(int buttonindex) |
| 758 | { |
| 759 | JoyDPadButton *dpadbutton = qobject_cast<JoyDPadButton *>(sender()); |
| 760 | |
| 761 | if (dpadbutton != nullptr) |
| 762 | emit rawDPadButtonClick(dpadbutton->getDPad()->getIndex(), buttonindex); |
| 763 | } |
| 764 | |
| 765 | void InputDevice::dpadButtonReleaseEvent(int buttonindex) |
| 766 | { |