1
0
Fork 0
mirror of https://github.com/hrydgard/ppsspp.git synced 2025-04-02 11:01:50 -04:00
ppsspp/ios/SmartKeyboardMap.hpp
Henrik Rydgård 2675d6ea43
Input event and device enums ()
* Switch deviceID from int to enum InputDeviceID, globally

* Switch axisId to enum InputAxis

* Change int keycodes to InputKeyCode where it makes sense.

* SDL input buildfix

* SDL keycode buildfix

* Switch on enum warning fixes

* Qt keycode buildfix

* iOS keycode buildfix

* UWP keycode buildfix

* More iOS buildfix

* More iOS buildfix

* Update DinputDevice.cpp
2023-05-26 18:40:13 +02:00

13 lines
180 B
C++

//
// SmartKeyboardMap.hpp
// PPSSPP
//
// Created by xieyi on 2017/9/4.
//
//
#pragma once
#include "Common/Input/KeyCodes.h"
InputKeyCode getSmartKeyboardMap(int keycode);