diff options
| author | chai <chaifix@163.com> | 2019-03-16 13:03:50 +0800 | 
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-03-16 13:03:50 +0800 | 
| commit | 1ab2501db0f9e14f138292880e37120e7a6184de (patch) | |
| tree | 2d1cfa82a9a6a3a0f16e516f100b2acb6f7e0e4e /Source/Asura.Editor/source | |
| parent | 95d27af75eb2aff8020e073eff8dfeb074b5bba6 (diff) | |
*luax
Diffstat (limited to 'Source/Asura.Editor/source')
| -rw-r--r-- | Source/Asura.Editor/source/events/events.h | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/Source/Asura.Editor/source/events/events.h b/Source/Asura.Editor/source/events/events.h new file mode 100644 index 0000000..bbe5cc3 --- /dev/null +++ b/Source/Asura.Editor/source/events/events.h @@ -0,0 +1,24 @@ +#ifndef __ASUSRA_EDITOR_EVENT_H__ +#define __ASUSRA_EDITOR_EVENT_H__ + +namespace AsuraEditor +{ +	namespace Events +	{ + +		enum EventType +		{ +			GRAPHIC_EVENT, +			KEYBOARD_EVENT, +			MOUSE_EVENT +		}; + +		enum GraphicEvent +		{ +			EVENT_PAINT, +		}; + +	} +} + +#endif
\ No newline at end of file | 
