mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07: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;
|