summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/osdsdl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made PTR64 a makefile-only thing - it isn't necessary in the code. Vas Crabb2025-04-201-1/+0
* Natural keyboard improvements AJR2024-12-041-1/+3
* Initial touch input support: Vas Crabb2024-04-121-59/+185
* osdsdl: move prescale keys from ctrl+f6/f7 to alt+f8/f9 hap2024-02-171-14/+14
* - osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f... hap2024-02-161-31/+16
* Fixed OSD interaction with updated default keys. [R. Belmont] arbee2024-02-131-5/+10
* render/drawbgfx.cpp: Added initial support for Wayland on Linux. (#11451) Julian Sikorski2023-09-291-4/+0
* osd/sdl: Fixed interpretation of result of SDL_GetDesktopDisplayMode. (#11547) Davidian10242023-09-121-2/+2
* osd/mac, osd/sdl: Really inhibit full screen toggle in debug mode to prevent ... AJR2023-05-231-2/+2
* osd/modules/input: Always use DirectInput with desktop window in background m... Vas Crabb2023-02-281-0/+2
* Removed local copy of SDL source and update Android build support. (#10899) Miodrag Milanović2023-02-271-0/+3
* osd/sdl: Do not raise fatal error on -video auto -videodriver wayland. (#10924) Julian Sikorski2023-02-261-1/+1
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-2/+2
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-1/+0
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-231-10/+1
* Input refactoring: Vas Crabb2023-02-181-1/+1
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-021-0/+3
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-33/+20
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+754