Esempio n. 1
0
void SetJoystick::propogateSetButtonRelease(int button)
{
    JoyButton *jButton = static_cast<JoyButton*>(sender());
    if (!jButton->getIgnoreEventState())
    {
        emit setButtonRelease(index, button);
    }
}