summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_uwp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-1/+1
| | | | | | lag if you keep typing while a big list is searched. (nw) patch up German translation
* 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
| | | | Also thread synchronization which will be needed later when we have multiple windows (nw)
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-5/+3
| | | | * Change window handle storage to template instead of void* (nw)
* 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