mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
7 lines
139 B
C++
7 lines
139 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
|
|
#include "Common/Input/KeyCodes.h"
|
|
|
|
extern std::map<Windows::System::VirtualKey, int> virtualKeyCodeToNKCode; |