summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/InputEvent.h
blob: 2c5b84bfee6377e1889d8e36a815688f5119a75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef _ASURA_ENGINE_INPUT_EVENT_H_
#define _ASURA_ENGINE_INPUT_EVENT_H_

#include <asura-utils/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Input)

struct InputEvent
{
	InputEvent();
	~InputEvent();

};

//InputEvent ConvertInputEvent();

namespace_end
namespace_end

#endif