mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 07:31:01 +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;
|