xash3d-fwgs/engine/platform/sdl
Gleb Mazovetskiy 5a36a26dd1 Fix SDL_GAMECONTROLLER handling
1. Do not disable SDL_JOYSTICK events. Disabling these events causes
   game controller events to be disabled as well. Instead, filter these events out.

2. Fix button mapping (it was off by one).
2020-12-28 16:11:19 +03:00
..
events.c Fix SDL_GAMECONTROLLER handling 2020-12-28 16:11:19 +03:00
events.h ref: display transformation API 2019-10-31 01:36:07 +07:00
in_sdl.c Fix SDL_GAMECONTROLLER handling 2020-12-28 16:11:19 +03:00
s_sdl.c engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h 2019-11-24 03:52:08 +03:00
sys_sdl.c platform/sdl: add missing Platform_Shutdown 2020-02-08 23:48:52 +07:00
vid_sdl.c sdl: add EGL hint 2020-02-25 12:59:04 +07:00