Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
12:63db16fea709
Parent:
11:b485561aa112
Child:
18:d849f3ada858
--- a/Events/EventType.h	Fri Apr 22 16:12:42 2016 +0000
+++ b/Events/EventType.h	Sun May 08 14:42:08 2016 +0000
@@ -18,7 +18,5 @@
     MOUSE_CLICK,
     MOUSE_DOUBLE_CLICK
 
-
-
 };
 #endif
\ No newline at end of file