mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
No EOL
132 B
C++
7 lines
No EOL
132 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
|
|
#include "input/keycodes.h"
|
|
|
|
extern std::map<Windows::System::VirtualKey, int> virtualKeyCodeToNKCode; |