Skip to content

Commit

Permalink
engine: platform: sdl: remove useless for us game controller events
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 31, 2025
1 parent b16037e commit 7df1d4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/platform/sdl/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,13 +464,10 @@ static void SDLash_EventHandler( SDL_Event *event )
case SDL_CONTROLLERBUTTONUP:
case SDL_CONTROLLERDEVICEADDED:
case SDL_CONTROLLERDEVICEREMOVED:
case SDL_CONTROLLERDEVICEREMAPPED:
case SDL_CONTROLLERTOUCHPADDOWN:
case SDL_CONTROLLERTOUCHPADMOTION:
case SDL_CONTROLLERTOUCHPADUP:
case SDL_CONTROLLERSENSORUPDATE:
case SDL_CONTROLLERUPDATECOMPLETE_RESERVED_FOR_SDL3:
case SDL_CONTROLLERSTEAMHANDLEUPDATED:
SDLash_HandleGameControllerEvent( event );
break;

Expand Down

0 comments on commit 7df1d4b

Please sign in to comment.