mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 08:09:51 +00:00
7 lines
132 B
C
7 lines
132 B
C
|
#pragma once
|
||
|
|
||
|
#include <map>
|
||
|
|
||
|
#include "input/keycodes.h"
|
||
|
|
||
|
extern std::map<Windows::System::VirtualKey, int> virtualKeyCodeToNKCode;
|