mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
15 lines
215 B
C++
15 lines
215 B
C++
//
|
|
// SmartKeyboardMap.hpp
|
|
// PPSSPP
|
|
//
|
|
// Created by xieyi on 2017/9/4.
|
|
//
|
|
//
|
|
|
|
#ifndef SmartKeyboardMap_hpp
|
|
#define SmartKeyboardMap_hpp
|
|
|
|
int getSmartKeyboardMap(int keycode);
|
|
|
|
#endif /* SmartKeyboardMap_hpp */
|