summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_uwp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-1/+1
* 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-281-2/+0
* srcclean (nw) Vas Crabb2016-11-271-26/+26
* 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-171-5/+3
* 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-151-3/+26
* UWP: Better keyboard key names (nw) Brad Hughes2016-11-151-5/+8
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-141-61/+504
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-0/+161