summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2011-12-01 10:27:02 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2011-12-01 10:27:02 +0800
commitbeb70190397335fb31386e6a470d45f195152f0b (patch)
tree8b904f3a23628cf02bdc76e4da790664a96c0c6d
parenta779074b3e5c711a5630855bd26ad90c9dc4bb64 (diff)
SexyAppFramework: Added two event flags
-rw-r--r--osframework/source/SexyAppFramework/Event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osframework/source/SexyAppFramework/Event.h b/osframework/source/SexyAppFramework/Event.h
index ef8397e..c06152f 100644
--- a/osframework/source/SexyAppFramework/Event.h
+++ b/osframework/source/SexyAppFramework/Event.h
@@ -40,6 +40,8 @@ enum EventType {
#define EVENT_FLAGS_KEY_CHAR (1U << 4)
#define EVENT_FLAGS_AXIS_RANGE (1U << 5)
#define EVENT_FLAGS_TIMESTAMP (1U << 6)
+#define EVENT_FLAGS_REPEAT (1U << 7)
+#define EVENT_FLAGS_FAKED (1U << 8)
#define EVENT_FLAGS_INCOMPLETE (1U << 31)
struct MouseEvent {