summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* I give up, can't keep all the compilers happy (nw) Vas Crabb2019-11-211-3/+4
* constexpr, constructor delegation, integer_sequence, oh my! (hopefully fix MS... Vas Crabb2019-11-211-8/+7
* add <cassert,map,memory,string> for completeness, even though it will arrive ... Vas Crabb2019-11-211-0/+4
* fix clang build (nw) Vas Crabb2019-11-211-1/+5
* UI input mapping menu updates: Vas Crabb2019-11-211-48/+83
* Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-211-0/+1
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+6
* input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... hap2017-10-171-0/+10
* convenience macro for enum bitwise operators (nw) Vas Crabb2017-07-221-2/+2
* general cleanup: Vas Crabb2017-05-231-7/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-15/+15
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-235/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* Misc. keyboard input improvements AJR2016-10-081-0/+12
* Adding id() property to input_device Tomer Verona2016-09-201-4/+6
* Support for configuring device to conrtoller id Tomer Verona2016-09-121-0/+8
* keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) Sergey Svishchev2016-07-301-0/+15
* Return std::string objects by value rather than pass by reference AJR2016-01-101-5/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-5/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-9/+9
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Improve responsiveness of 8-way joysticks default behaviour on 4-way games wh... Quench02015-02-211-1/+0
* Move destructor definitions out of header files included by emu.h; clean some... Alex W. Jackson2014-03-271-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+58
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* input: Support up to 32 buttons and harmonize Windows and SDL behavior if you... R. Belmont2013-02-181-1/+49
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Fixed debug asserts (no whatsnew) Miodrag Milanovic2012-02-231-1/+1
* Death by static initialization order. Fixed declaration order at the Aaron Giles2011-06-201-1/+0
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-21/+21
* (Finally found the time to finish this....) Aaron Giles2011-05-301-346/+782
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* BIG update. Aaron Giles2011-03-291-15/+15
* Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] Angelo Salese2010-05-241-0/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-0/+7
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-13/+13
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+6
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-1/+1
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-2/+3
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+3
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-3/+3
* Add ITEM_IDs for additional axes and switches Couriersud2008-03-301-0/+77
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2