summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_common.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+4
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+2
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* Fixed sdl2 keymap processing. [Couriersud] couriersud2019-02-161-2/+4
| | | | | | | | | | Keymaps must have been broken for ages: - It is now possible to map every scancode SDL2 defines. - Removed keycode field. This was a leftover from SDL1.x - Fixed bug preventing keymaps from working. - Fixed the DE keymap. - Converted other keymaps to new format and added a comment that they have to be reviewed and fixed.
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+2
|
* UWP: Better keyboard key names (nw) Brad Hughes2016-11-151-8/+6
|
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-141-4/+10
|
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-133/+151
|
* Misc. keyboard input improvements AJR2016-10-081-1/+5
| | | | | | | | - Add BS, Tab, 00, 000 keys common on add-on keypads as input items; SDL may recognize these, but DirectInput does not - Assign Keypad 00 and Keypad 000 in several drivers' input lists - Add SDL keycode for "cancel" key - Add keypad keys as alternates to natural keyboard - Move has_keyboard() out of the core; enabled() test is unnecessary now that all optional keyboards are slot devices (nw)
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
|
* Apollo changes: [Hans Ostermeyer] arbee2016-07-121-1/+3
| | | | | | | | | | - Keyboard mapping adjusted to fit current MAME - Fixed screen raw parameters - Fixed disp.dex Test 20 (Video SYNC Gen. Add. Test) for color displays 3c505: The Ethernet frame check sequence is now appended to transmit data [Hans Ostermeyer] input_common: fixed 0.172 regression for non-US keyboards [Hans Ostermeyer]
* RIP sdlinc.h couriersud2016-05-061-1/+1
|
* Fix BACKSLASH2 SDL key mapping Brad Hughes2016-04-111-1/+1
|
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
|
* General code cleanup in input modules. Using ComPtr to manage DirectInput ↵ Brad Hughes2016-03-181-6/+4
| | | | resources.
* compile fix (nw) Miodrag Milanovic2016-03-081-1/+1
|
* Fixed osdmini building for android and pnacl (nw) Miodrag Milanovic2016-03-081-1/+11
|
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+266