summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+15
* input/input_common.cpp: Fixed "Application" key with SDL keyboard provider. Vas Crabb2025-08-291-4/+11
* osd/modules/input: Various cleanup and minor enhancements. Vas Crabb2024-03-041-143/+148
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-3/+3
* Various input and OSD refactoring: Vas Crabb2023-01-291-198/+175
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-0/+45
* remove uwp column Miodrag Milanovic2021-10-261-134/+134
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-25/+2
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-5/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+2
* Fixed sdl2 keymap processing. [Couriersud] couriersud2019-02-161-2/+4
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+2
* UWP: Better keyboard key names (nw) Brad Hughes2016-11-151-8/+6
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-141-4/+10
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-133/+151
* Misc. keyboard input improvements AJR2016-10-081-1/+5
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Apollo changes: [Hans Ostermeyer] arbee2016-07-121-1/+3
* RIP sdlinc.h couriersud2016-05-061-1/+1
* Fix BACKSLASH2 SDL key mapping Brad Hughes2016-04-111-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-6/+4
* compile fix (nw) Miodrag Milanovic2016-03-081-1/+1
* Fixed osdmini building for android and pnacl (nw) Miodrag Milanovic2016-03-081-1/+11
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+266