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_dinput.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial touch input support:
Vas Crabb
2024-04-12
1
-1
/
+1
*
osd/modules/input: Various cleanup and minor enhancements.
Vas Crabb
2024-03-04
1
-1
/
+1
*
osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with n...
Vas Crabb
2023-03-29
1
-16
/
+16
*
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
1
-17
/
+10
*
Update accumulating relative inputs exactly once per frame.
Vas Crabb
2023-02-24
1
-6
/
+6
*
osd: Don't pump events when reading inputs.
Vas Crabb
2023-02-23
1
-1
/
+0
*
Input refactoring:
Vas Crabb
2023-02-18
1
-139
/
+773
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
1
-3
/
+12
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
1
-7
/
+8
*
osd/modules/input: Fixed Linux build.
Vas Crabb
2023-01-29
1
-2
/
+0
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-303
/
+407
*
Miscellaneous fixes and refactoring:
Vas Crabb
2023-01-28
1
-3
/
+3
*
-Input code cleanup:
Vas Crabb
2023-01-10
1
-16
/
+32
*
Optimisation, and baby steps towards untangling stuff:
Vas Crabb
2022-06-16
1
-3
/
+3
*
ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915)
Vas Crabb
2022-06-11
1
-16
/
+14
*
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
-21
/
+8
*
osd/modules/input: Detect joystick reconnection with SDL. (#9605)
Vas Crabb
2022-04-24
1
-4
/
+4
*
fixes for building with clang 12.0.1 on windows
smf-
2021-09-04
1
-2
/
+1
*
Slightly cleaned up OSD input modules.
Vas Crabb
2021-07-29
1
-258
/
+215
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-3
/
+3
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-4
/
+4
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
1
-3
/
+0
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-7
/
+7
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-8
/
+8
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
1
-2
/
+2
*
Adding id() property to input_device
Tomer Verona
2016-09-20
1
-8
/
+8
*
osd input code cleanup (nw)
Brad Hughes
2016-08-22
1
-5
/
+3
*
algorithm-> utility where appropriate, fix imgtool (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-5
/
+8
*
Changed strconv.[cpp|h] functions to return their results as std::string and ...
Nathan Woods
2016-07-24
1
-15
/
+4
*
Fix input issues on big endian systems (fixes #963)
Brad Hughes
2016-06-29
1
-5
/
+17
*
Introduce dynamic_module
Giuseppe Gorgoglione
2016-06-11
1
-7
/
+11
*
Move window_list to osd_common_t
Brad Hughes
2016-06-11
1
-1
/
+1
*
Unify window_list in Windows and SDL OSD
Brad Hughes
2016-06-10
1
-1
/
+1
*
Improve support for more Joysticks with DirectInput8. Also repair DirectInput...
Quench0
2016-05-20
1
-3
/
+13
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-3
/
+3
*
Revert "Temp revert of Brad changes (nw)"
Miodrag Milanovic
2016-04-25
1
-1
/
+1
*
Temp revert of Brad changes (nw)
Miodrag Milanovic
2016-04-25
1
-1
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Refactor OSD window.
Brad Hughes
2016-04-21
1
-1
/
+1
*
Hybrid DirectInput/XInput module
Brad Hughes
2016-04-04
1
-321
/
+251
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-4
/
+4
*
Fix cross compile (nw)
Jeffrey Clark
2016-03-23
1
-1
/
+1
*
Fix VS Build issue for WRL ComPtr
Brad Hughes
2016-03-19
1
-1
/
+1
*
temporary fix for VS build. (nw)
dankan1890
2016-03-20
1
-1
/
+1
*
Fix DirectInput stuck joystick directional input when window loses focus. Th...
Brad Hughes
2016-03-18
1
-4
/
+4
*
General code cleanup in input modules. Using ComPtr to manage DirectInput res...
Brad Hughes
2016-03-18
1
-64
/
+80
[next]