mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 23:30:06 +00:00
temp commit
This commit is contained in:
parent
8f565c6171
commit
5f2eafad7c
11 changed files with 57 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue