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 */
|