index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
input
/
input_xinput.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
osd: Fixed a corner case in XInput DJ Hero turntable handling.
Vas Crabb
2023-02-25
1
-20
/
+14
*
Update accumulating relative inputs exactly once per frame.
Vas Crabb
2023-02-24
1
-16
/
+22
*
Input refactoring:
Vas Crabb
2023-02-18
1
-102
/
+1346
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
1
-2
/
+35
*
Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ...
Vas Crabb
2023-02-01
1
-6
/
+3
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-139
/
+125
*
osd: Better scaling factors for XInput DJ Hero turntable dials. [DarkMoS]
Vas Crabb
2023-01-19
1
-2
/
+2
*
osd: Still more XInput rhythm game controller support for Windows:
Vas Crabb
2023-01-18
1
-59
/
+304
*
osd: Better XInput rhythm game controller support on Windows:
Vas Crabb
2023-01-18
1
-54
/
+335
*
osd: Improved XInput guitar support and added XInput Rock Band keyboard support.
Vas Crabb
2023-01-18
1
-217
/
+780
*
osd: Added support for guitar and drum kit controllers via XInput.
Vas Crabb
2023-01-17
1
-25
/
+99
*
osd: Work around another observed invalid XInput capabilities report.
Vas Crabb
2023-01-15
1
-2
/
+14
*
osd: Work around bad XInput capabilities report from Retro-Bit Saturn pad.
Vas Crabb
2023-01-14
1
-7
/
+34
*
osd: Added support for mapping files to sdlgame joystick provider and made it...
Vas Crabb
2023-01-14
1
-3
/
+25
*
-osd: Better XInput and SDL game controller input enhancements:
Vas Crabb
2023-01-12
1
-193
/
+530
*
-Input code cleanup:
Vas Crabb
2023-01-10
1
-11
/
+24
*
Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds
AJR
2022-05-25
1
-0
/
+2
*
osd: Cleaned up Windows API usage a little.
Vas Crabb
2022-05-26
1
-16
/
+4
*
osd/modules/input: Detect joystick reconnection with SDL. (#9605)
Vas Crabb
2022-04-24
1
-1
/
+1
*
osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard.
Vas Crabb
2022-03-11
1
-6
/
+6
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
1
-4
/
+0
*
Slightly cleaned up OSD input modules.
Vas Crabb
2021-07-29
1
-68
/
+130
*
input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in...
hap
2017-10-17
1
-7
/
+7
*
Revert "xinput: the left+right triggers combined are considered the Z Axis, n...
AJR
2017-10-13
1
-3
/
+10
*
xinput: the left+right triggers combined are considered the Z Axis, not Z Axi...
hap
2017-10-13
1
-10
/
+3
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-3
/
+0
*
Adding id() property to input_device
Tomer Verona
2016-09-20
1
-3
/
+3
*
osd input code cleanup (nw)
Brad Hughes
2016-08-22
1
-2
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-0
/
+2
*
Fix input issues on big endian systems (fixes #963)
Brad Hughes
2016-06-29
1
-5
/
+5
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
Introduce dynamic_module
Giuseppe Gorgoglione
2016-06-11
1
-34
/
+12
*
Hybrid Input Module: Change error printing to verbose on probe() and error on...
Brad Hughes
2016-05-31
1
-2
/
+2
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-1
/
+1
*
Fix bug in Xinput DPAD POV mapping.
Brad Hughes
2016-04-10
1
-1
/
+1
*
Correct trigger axis. XInput small code cleanup.
Brad Hughes
2016-04-09
1
-16
/
+16
*
Make XInput triggers centered at 0
Brad Hughes
2016-04-06
1
-4
/
+4
*
Make Xinput triggers analog
Brad Hughes
2016-04-06
1
-6
/
+6
*
Hybrid DirectInput/XInput module
Brad Hughes
2016-04-04
1
-252
/
+154
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-3
/
+3
*
General code cleanup in input modules. Using ComPtr to manage DirectInput res...
Brad Hughes
2016-03-18
1
-4
/
+4
*
With latest package from MSYS of clang 3.8.0 build at least compile fine on w...
Miodrag Milanovic
2016-03-11
1
-1
/
+1
*
fix build errors (nw)
Jeffrey Clark
2016-03-05
1
-1
/
+1
*
Simplify xinput dynamic linking
Brad Hughes
2016-03-02
1
-66
/
+20
*
Dynamically load xinput
Brad Hughes
2016-03-01
1
-4
/
+141
*
Add XInput support for Windows OSD
Brad Hughes
2016-02-29
1
-0
/
+290