Logo
Explore Help
Sign In
izzy/ppsspp
0
0
Fork 0
You've already forked ppsspp
mirror of https://github.com/izzy2lost/ppsspp.git synced 2026-03-10 12:43:04 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
ppsspp/UWP/NKCodeFromWindowsSystem.h

8 lines
149 B
C
Raw Permalink Normal View History

UWP: Hook up basic keyboard support
2017-02-27 11:00:57 +01:00
#pragma once
#include <map>
Move input utilities from native to Common/Input.
2020-10-01 09:36:43 +02:00
#include "Common/Input/KeyCodes.h"
UWP: Hook up basic keyboard support
2017-02-27 11:00:57 +01:00
Input event and device enums (#17514) * Switch deviceID from int to enum InputDeviceID, globally * Switch axisId to enum InputAxis * Change int keycodes to InputKeyCode where it makes sense. * SDL input buildfix * SDL keycode buildfix * Switch on enum warning fixes * Qt keycode buildfix * iOS keycode buildfix * UWP keycode buildfix * More iOS buildfix * More iOS buildfix * Update DinputDevice.cpp
2023-05-26 18:40:13 +02:00
extern std::map<Windows::System::VirtualKey, InputKeyCode> virtualKeyCodeToNKCode;
Reference in New Issue Copy Permalink
Powered by Gitea Page: 260ms Template: 4ms
English
English
Licenses API