1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 23:30:06 +00:00

temp commit

This commit is contained in:
fgenesis 2018-01-21 12:47:32 +01:00
parent 8f565c6171
commit 5f2eafad7c
11 changed files with 57 additions and 19 deletions

View file

@ -22,14 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _actionmapper_
#include "Base.h"
enum InputDevice
{
INPUT_NODEVICE = 0,
INPUT_MOUSE,
INPUT_JOYSTICK,
INPUT_KEYBOARD
};
#include "ActionInput.h"
InputDevice getDeviceForActionbutton(int k);