summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_xinput.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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