summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-213-3/+3
* SDL: recognize GUIDs for joysticks, allows stable input ID mapping [R. Belmont] arbee2019-11-171-5/+13
* Check that m_display is not null to prevent crash (#5725) George McMullen2019-10-151-4/+20
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-3/+3
* OSD_MAC: don't run MAME on a thread, it upsets the debugger very much (nw) arbee2019-09-171-0/+3
* A few files that got missed (nw) arbee2019-09-151-0/+55
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-043-8/+41
* Linux X11 Input: Fix multiple lightgun support Kiall Mac Innes2019-04-051-2/+26
* Merge pull request #4698 from kiall/bug-4695 R. Belmont2019-03-011-1/+17
|\
| * Linux X11 Input: Fix lightgun support Kiall Mac Innes2019-02-281-1/+17
* | srcclean (nw) Vas Crabb2019-02-241-257/+257
* | Fixed sdl2 keymap processing. [Couriersud] couriersud2019-02-163-43/+280
|/
* Keep track of which SDL input subsystems were initialized (nw) Justin Kerk2019-01-011-4/+16
* Better Emscripten SDL fix (nw) Justin Kerk2018-12-311-4/+5
* Fix joystick initialization with Emscripten SDL [Justin Kerk] Justin Kerk2018-12-301-0/+4
* nothing to see here (nw) arbee2018-11-031-2/+17
* Fix debug assert failure when using SDL fullscreen toggle (nw) AJR2018-08-061-1/+2
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+2
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-2/+7
* Rationale (nw) AJR2017-10-301-0/+1
* Make SDL input less eager to generate double-click events when mouse doesn't ... AJR2017-10-301-1/+1
* input: make xinput analog triggers half-axes and default IPT_PEDAL2 to RZ- in... hap2017-10-172-12/+12
* Revert "xinput: the left+right triggers combined are considered the Z Axis, n... AJR2017-10-132-5/+13
* xinput: the left+right triggers combined are considered the Z Axis, not Z Axi... hap2017-10-132-13/+5
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-1/+1
* Compile testing anybody? (nw) Olivier Galibert2017-02-271-4/+2
* Some reports of garbage in console with DInput controllers. Brad Hughes2017-02-271-2/+7
* UWP: Fix alt key input (nw) Brad Hughes2017-01-111-1/+15
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-288-21/+1
* srcclean (nw) Vas Crabb2016-11-272-27/+27
* Fix key names with -keyboardprovider win32 Vas Crabb2016-11-251-4/+8
* UWP: keyboard scancodes start at 1 (nw) Brad Hughes2016-11-171-2/+6
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-175-13/+13
* UWP: Missing gamepad reset caused control sticking (nw) Brad Hughes2016-11-151-0/+5
* UWP: Hotkeys for gamepad plus more time for gamepad discovery (nw) Brad Hughes2016-11-152-3/+37
* UWP: Better keyboard key names (nw) Brad Hughes2016-11-153-14/+15
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-143-72/+529
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-113-135/+318
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-112-0/+4
* Unbreak non-Windows builds yet again (nw) AJR2016-11-101-0/+3
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-3/+0
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-39/+39
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-222-9/+9
* Merge remote-tracking branch 'mamedev/master' Tomer Verona2016-10-096-14/+54
|\
| * Misc. keyboard input improvements AJR2016-10-081-1/+5
| * Merge pull request #1469 from npwoods/new_strconv_overloads Vas Crabb2016-10-053-6/+6
| |\
| | * Bulk renaming of Windows string conversion functions Nathan Woods2016-10-033-6/+6
| * | Fix two leaks (nw) Brad Hughes2016-10-031-6/+41
| |/