mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:17:08 +02:00
Fixing SDL2 active/inactive value
This commit is contained in:
parent
9b9e35d396
commit
0355a37fb1
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ void SDL2Manager::activate() {
|
||||||
emit joystickAdded(joystick.get());
|
emit joystickAdded(joystick.get());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
InputPlugin::activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SDL2Manager::deactivate() {
|
void SDL2Manager::deactivate() {
|
||||||
|
@ -92,6 +93,7 @@ void SDL2Manager::deactivate() {
|
||||||
emit joystickRemoved(joystick.get());
|
emit joystickRemoved(joystick.get());
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
InputPlugin::deactivate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue