Exemplo n.º 1
0
void InputDevice::reset()
{
    for (int i=0; i < NUMBER_JOYSETS; i++)
    {
        SetJoystick* set = joystick_sets.value(i);
        set->reset();
    }

    buttonDownCount = 0;
    deviceEdited = false;
}