mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-15 19:45:11 +02:00
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;
|