summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_xinput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
|
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-34/+12
| | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it.
* Hybrid Input Module: Change error printing to verbose on probe() and error ↵ Brad Hughes2016-05-311-2/+2
| | | | on init()
* 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 ↵ Brad Hughes2016-03-181-4/+4
| | | | resources.
* With latest package from MSYS of clang 3.8.0 build at least compile fine on ↵ Miodrag Milanovic2016-03-111-1/+1
| | | | | | windows (nw) Strange crashing while executing
* 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