summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_xinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd: Fixed a corner case in XInput DJ Hero turntable handling. Vas Crabb2023-02-251-20/+14
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-16/+22
* Input refactoring: Vas Crabb2023-02-181-102/+1346
* Small batch of input refactoring: Vas Crabb2023-02-051-2/+35
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-011-6/+3
* Various input and OSD refactoring: Vas Crabb2023-01-291-139/+125
* osd: Better scaling factors for XInput DJ Hero turntable dials. [DarkMoS] Vas Crabb2023-01-191-2/+2
* osd: Still more XInput rhythm game controller support for Windows: Vas Crabb2023-01-181-59/+304
* osd: Better XInput rhythm game controller support on Windows: Vas Crabb2023-01-181-54/+335
* osd: Improved XInput guitar support and added XInput Rock Band keyboard support. Vas Crabb2023-01-181-217/+780
* osd: Added support for guitar and drum kit controllers via XInput. Vas Crabb2023-01-171-25/+99
* osd: Work around another observed invalid XInput capabilities report. Vas Crabb2023-01-151-2/+14
* osd: Work around bad XInput capabilities report from Retro-Bit Saturn pad. Vas Crabb2023-01-141-7/+34
* osd: Added support for mapping files to sdlgame joystick provider and made it... Vas Crabb2023-01-141-3/+25
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-193/+530
* -Input code cleanup: Vas Crabb2023-01-101-11/+24
* Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds AJR2022-05-251-0/+2
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-261-16/+4
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-241-1/+1
* osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard. Vas Crabb2022-03-111-6/+6
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-4/+0
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-68/+130
* input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... hap2017-10-171-7/+7
* Revert "xinput: the left+right triggers combined are considered the Z Axis, n... AJR2017-10-131-3/+10
* xinput: the left+right triggers combined are considered the Z Axis, not Z Axi... hap2017-10-131-10/+3
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* Adding id() property to input_device Tomer Verona2016-09-201-3/+3
* osd input code cleanup (nw) Brad Hughes2016-08-221-2/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-0/+2
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-5/+5
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-34/+12
* Hybrid Input Module: Change error printing to verbose on probe() and error on... Brad Hughes2016-05-311-2/+2
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Fix bug in Xinput DPAD POV mapping. Brad Hughes2016-04-101-1/+1
* Correct trigger axis. XInput small code cleanup. Brad Hughes2016-04-091-16/+16
* Make XInput triggers centered at 0 Brad Hughes2016-04-061-4/+4
* Make Xinput triggers analog Brad Hughes2016-04-061-6/+6
* Hybrid DirectInput/XInput module Brad Hughes2016-04-041-252/+154
* Cleanups and version bump Miodrag Milanovic2016-03-301-3/+3
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-4/+4
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-1/+1
* fix build errors (nw) Jeffrey Clark2016-03-051-1/+1
* Simplify xinput dynamic linking Brad Hughes2016-03-021-66/+20
* Dynamically load xinput Brad Hughes2016-03-011-4/+141
* Add XInput support for Windows OSD Brad Hughes2016-02-291-0/+290