mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #791 from Ragora/bugfix-sdl-fallthrough
BugFix: Correct invalid fall-through behavior in sdlInputManager.cpp.
This commit is contained in:
commit
e896e663d4
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ void SDLInputManager::processEvent(SDL_Event &evt)
|
||||||
{
|
{
|
||||||
onSDLDeviceDisconnected_callback(evt.jdevice.which);
|
onSDLDeviceDisconnected_callback(evt.jdevice.which);
|
||||||
closeJoystick(evt.jdevice.which);
|
closeJoystick(evt.jdevice.which);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case SDL_CONTROLLERAXISMOTION:
|
case SDL_CONTROLLERAXISMOTION:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue