aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
blob: 60ca240c607e2d00fbff3dfd48a46d0035f1229a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* See LICENSE file for copyright and license details. */

#ifndef __CHERRY_EVENT_H__
#define __CHERRY_EVENT_H__


enum Events {
	WINDOW_DELETED,
	WINDOW_EXPOSED,
	MOUSE_BUTTON_PRESSED,
	KEY_PRESSED
};

#endif /* __CHERRY_EVENT_H__ */