mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
952987e56e
Signed-off-by: SternXD <stern@sidestore.io>
8 lines
156 B
C++
8 lines
156 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
|
|
#include "Common/Input/KeyCodes.h"
|
|
|
|
extern std::map<winrt::Windows::System::VirtualKey, InputKeyCode> virtualKeyCodeToNKCode;
|