Foundation classes for a basic GUI implementing simple widgets and events

Dependents:   TouchScreenGUIDemo

Revision:
12:63db16fea709
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Events/EventHandlerFunction.h	Sun May 08 14:42:08 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef SIMPLEGUI_EVENT_HANDLER_FUNCTION_H
+#define SIMPLEGUI_EVENT_HANDLER_FUNCTION_H
+
+#include "Event.h"
+
+typedef void (* EventHandlerFunction)(Event e);
+
+#endif
\ No newline at end of file