mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:11:17 +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());
|
||||
}
|
||||
#endif
|
||||
InputPlugin::activate();
|
||||
}
|
||||
|
||||
void SDL2Manager::deactivate() {
|
||||
|
@ -92,6 +93,7 @@ void SDL2Manager::deactivate() {
|
|||
emit joystickRemoved(joystick.get());
|
||||
}
|
||||
#endif
|
||||
InputPlugin::deactivate();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue