CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/ios/SmartKeyboardMap.hpp
Views: 1401
1
//
2
// SmartKeyboardMap.hpp
3
// PPSSPP
4
//
5
// Created by xieyi on 2017/9/4.
6
//
7
//
8
9
#pragma once
10
11
#include "Common/Input/KeyCodes.h"
12
13
InputKeyCode getSmartKeyboardMap(int keycode);
14
15