summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-36/+30
* Small batch of input refactoring: Vas Crabb2023-02-051-9/+27
* Various input and OSD refactoring: Vas Crabb2023-01-291-34/+23
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-53/+89
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-1/+1
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-197/+12
* Fix out of bounds access to std::string_view (#9360) npwoods2022-03-021-1/+1
* emu/input.cpp: Only show items for first device in non-multi classes. Vas Crabb2022-02-091-1/+1
* input: Clarify docuemntation and a comment. Vas Crabb2021-11-061-0/+2
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-33/+45
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-041-1/+1
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-12/+16
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-8/+5
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* input.cpp: Fix regression in token parsing AJR2021-02-031-2/+2
* input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view AJR2021-02-031-34/+33
* input.cpp, inputdev.cpp: Misc. fixes AJR2021-01-241-1/+3
* Much more core std::string_view modernization AJR2021-01-201-9/+10
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-194/+4
* Move axis movement checking code down into input devices AJR2020-08-301-46/+14
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-5/+19
* UI input mapping menu updates: Vas Crabb2019-11-211-176/+38
* simplest change possible to fix display of codes starting with 'not' - e.g. t... Vas Crabb2019-11-201-1/+1
* restore code cleaning behaviour prior to ae2cc6853d935d3daeadd84b0b740af82ea9... Vas Crabb2019-11-201-11/+13
* srcclean (nw) Vas Crabb2019-08-251-1/+1
* Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-211-10/+25
* Quick fix for symptom of #1778 but doesn't address how it decided the joystic... Vas Crabb2016-11-261-3/+38
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-15/+15
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-2/+2
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-2/+2
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-873/+48
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-48/+48
* Misc. keyboard input improvements AJR2016-10-081-0/+4
* srcclean (nw) Vas Crabb2016-09-261-4/+4
* Adding id() property to input_device Tomer Verona2016-09-201-16/+23
* A couple of fixes Tomer Verona2016-09-201-3/+6
* Tweak info message Tomer Verona2016-09-141-1/+1
* Support for configuring device to conrtoller id Tomer Verona2016-09-121-0/+103
* Merge pull request #1159 from shattered/_74dec47 R. Belmont2016-08-071-0/+5
|\
| * keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) Sergey Svishchev2016-07-301-0/+5
* | for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
|/
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-5/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-32/+25
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-61/+61