index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
input/input_common.cpp: Fixed "Application" key with SDL keyboard provider.
Vas Crabb
2025-08-29
1
-4
/
+11
*
osd: Various cleanup and fixes:
Vas Crabb
2025-05-21
1
-2
/
+1
*
input_sdl: fix deadlock issue with joystick (remove reset() call during proce...
hap
2024-09-28
1
-34
/
+47
*
input_sdl: empty event queue on resets
hap
2024-08-28
1
-0
/
+4
*
osd/input_common: increase event queue size,
hap
2024-08-24
3
-9
/
+15
*
input_sdl.cpp: Add missing #include <cmath> for std::lround(). [Thomas Klausner]
arbee
2024-06-08
1
-0
/
+1
*
input/input_sdl.cpp: Added an SDL lightgun provider.
Vas Crabb
2024-04-26
5
-54
/
+329
*
Initial touch input support:
Vas Crabb
2024-04-12
5
-105
/
+233
*
Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10.
Vas Crabb
2024-03-28
1
-53
/
+12
*
-input/input_rawinput.cpp: Properly align buffers for RAWINPUT header
Vas Crabb
2024-03-07
1
-7
/
+7
*
osd/modules/input: Various cleanup and minor enhancements.
Vas Crabb
2024-03-04
6
-326
/
+243
*
input_windows: remove doubled key
hap
2024-02-16
1
-1
/
+1
*
- osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f...
hap
2024-02-16
1
-7
/
+8
*
Fixed OSD interaction with updated default keys. [R. Belmont]
arbee
2024-02-13
1
-0
/
+5
*
osd/windows: Create single-threaded COM apartment on main thread.
Vas Crabb
2023-04-08
1
-23
/
+0
*
Bump version to 0.253
mame0253
Vas Crabb
2023-03-30
1
-2
/
+2
*
osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with n...
Vas Crabb
2023-03-29
2
-25
/
+25
*
input/input_dinput.h: Work around inability to have stdcall non-capturing lam...
Vas Crabb
2023-03-26
1
-4
/
+8
*
osd/modules/input: Always use DirectInput with desktop window in background m...
Vas Crabb
2023-02-28
1
-4
/
+11
*
osd/modules/input: Modernised interface for enumerating DirectInput devices.
Vas Crabb
2023-02-28
3
-86
/
+73
*
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
10
-79
/
+103
*
osd: Cleaner way of dealing with input updates.
Vas Crabb
2023-02-23
1
-1
/
+1
*
osd: Don't pump events when reading inputs.
Vas Crabb
2023-02-23
5
-28
/
+2
*
Input refactoring:
Vas Crabb
2023-02-18
10
-345
/
+3360
*
-osd/windows/winutil.cpp: Better way to get module handle.
Vas Crabb
2023-02-12
1
-1
/
+1
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
8
-36
/
+104
*
osd: Don't swallow text input with -keyboardprovider win32 (addresses GitHub ...
Vas Crabb
2023-02-03
1
-1
/
+1
*
Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ...
Vas Crabb
2023-02-01
1
-6
/
+3
*
osd/tools: msvc fixes
Patrick Mackinlay
2023-02-01
1
-0
/
+1
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
3
-12
/
+15
*
osd/modules/input: Fixed Linux build.
Vas Crabb
2023-01-29
2
-3
/
+1
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
19
-2761
/
+2415
*
Miscellaneous fixes and refactoring:
Vas Crabb
2023-01-28
1
-3
/
+3
*
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
3
-64
/
+317
*
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
2
-28
/
+102
*
osd: Work around another observed invalid XInput capabilities report.
Vas Crabb
2023-01-15
1
-2
/
+14
*
-debugger/win: Cascade positions of new debugger windows.
Vas Crabb
2023-01-15
1
-1
/
+29
*
osd: I am officially incapable of keeping track of which OSD I'm working with...
Vas Crabb
2023-01-14
1
-2
/
+2
*
osd: Added option to accept SDL game controller/joystick input when losing UI...
Vas Crabb
2023-01-14
2
-6
/
+11
*
Hopefully fix SDL version detection macros for controller types.
Vas Crabb
2023-01-14
1
-1
/
+5
*
osd: Fixed constant name (helps to build the right OSD).
Vas Crabb
2023-01-14
1
-3
/
+3
*
osd: Recognise Joy-Con pairs with sdlgame input module.
Vas Crabb
2023-01-14
1
-11
/
+16
*
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
2
-8
/
+58
*
-osd: Improved SDL Game Controller joystick provider:
Vas Crabb
2023-01-13
1
-177
/
+374
*
osd: Fixed names of DualSense controller buttons with SDL Game Controller pro...
Vas Crabb
2023-01-13
1
-3
/
+30
[next]