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
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
input.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move axis movement checking code down into input devices
AJR
2020-08-30
1
-46
/
+14
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
UI input menu: treat codes containing a postive and negative of the same thin...
Vas Crabb
2019-11-21
1
-5
/
+19
*
UI input mapping menu updates:
Vas Crabb
2019-11-21
1
-176
/
+38
*
simplest change possible to fix display of codes starting with 'not' - e.g. t...
Vas Crabb
2019-11-20
1
-1
/
+1
*
restore code cleaning behaviour prior to ae2cc6853d935d3daeadd84b0b740af82ea9...
Vas Crabb
2019-11-20
1
-11
/
+13
*
srcclean (nw)
Vas Crabb
2019-08-25
1
-1
/
+1
*
Extracting input sequence cleaning logic into an seq_clean() function
npwoods
2019-08-21
1
-10
/
+25
*
Quick fix for symptom of #1778 but doesn't address how it decided the joystic...
Vas Crabb
2016-11-26
1
-3
/
+38
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-15
/
+15
*
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ...
Miodrag Milanovic
2016-11-12
1
-2
/
+2
*
Added IS_ENABLED, so we have compiler check for non used part, it is checked ...
Miodrag Milanovic
2016-11-11
1
-2
/
+2
*
Polymorphize input_device and input_class; move to separate source file (nw)
AJR
2016-10-24
1
-873
/
+48
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-48
/
+48
*
Misc. keyboard input improvements
AJR
2016-10-08
1
-0
/
+4
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-4
/
+4
*
Adding id() property to input_device
Tomer Verona
2016-09-20
1
-16
/
+23
*
A couple of fixes
Tomer Verona
2016-09-20
1
-3
/
+6
*
Tweak info message
Tomer Verona
2016-09-14
1
-1
/
+1
*
Support for configuring device to conrtoller id
Tomer Verona
2016-09-12
1
-0
/
+103
*
Merge pull request #1159 from shattered/_74dec47
R. Belmont
2016-08-07
1
-0
/
+5
|
\
|
*
keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones)
Sergey Svishchev
2016-07-30
1
-0
/
+5
*
|
for bool type use true and false (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
-4
/
+4
|
/
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-5
/
+5
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-32
/
+25
*
Cleanups and version bump
mame0169
Miodrag Milanovic
2015-12-30
1
-1
/
+1
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-61
/
+61
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-10
/
+8
*
Fixed some suggestions by ReSharper C++ (nw)
Miodrag Milanovic
2015-11-14
1
-12
/
+12
*
more cleanups and fix (nw)
Miodrag Milanovic
2015-11-11
1
-0
/
+1
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2378