summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_dinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb2024-04-121-1/+1
* osd/modules/input: Various cleanup and minor enhancements. Vas Crabb2024-03-041-1/+1
* osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with n... Vas Crabb2023-03-291-16/+16
* osd/modules/input: Always use DirectInput with desktop window in background m... Vas Crabb2023-02-281-4/+11
* osd/modules/input: Modernised interface for enumerating DirectInput devices. Vas Crabb2023-02-281-17/+10
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-6/+6
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-231-1/+0
* Input refactoring: Vas Crabb2023-02-181-139/+773
* Small batch of input refactoring: Vas Crabb2023-02-051-3/+12
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-7/+8
* osd/modules/input: Fixed Linux build. Vas Crabb2023-01-291-2/+0
* Various input and OSD refactoring: Vas Crabb2023-01-291-303/+407
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-3/+3
* -Input code cleanup: Vas Crabb2023-01-101-16/+32
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-3/+3
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-16/+14
* Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds AJR2022-05-251-0/+2
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-261-21/+8
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-241-4/+4
* fixes for building with clang 12.0.1 on windows smf-2021-09-041-2/+1
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-258/+215
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-3/+3
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-4/+4
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-8/+8
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-2/+2
* Adding id() property to input_device Tomer Verona2016-09-201-8/+8
* osd input code cleanup (nw) Brad Hughes2016-08-221-5/+3
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+8
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-15/+4
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-5/+17
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-7/+11
* Move window_list to osd_common_t Brad Hughes2016-06-111-1/+1
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-1/+1
* Improve support for more Joysticks with DirectInput8. Also repair DirectInput... Quench02016-05-201-3/+13
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-3/+3
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-1/+1
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Refactor OSD window. Brad Hughes2016-04-211-1/+1
* Hybrid DirectInput/XInput module Brad Hughes2016-04-041-321/+251
* Cleanups and version bump Miodrag Milanovic2016-03-301-4/+4
* Fix cross compile (nw) Jeffrey Clark2016-03-231-1/+1
* Fix VS Build issue for WRL ComPtr Brad Hughes2016-03-191-1/+1
* temporary fix for VS build. (nw) dankan18902016-03-201-1/+1
* Fix DirectInput stuck joystick directional input when window loses focus. Th... Brad Hughes2016-03-181-4/+4
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-64/+80