el h / SimpleGUI

Fork of SimpleGUI by Duncan McIntyre

Revision:
16:e9a771ecfdbe
Parent:
12:63db16fea709
Child:
18:d849f3ada858
--- a/Core/GUI.cpp	Sat May 21 18:02:20 2016 +0000
+++ b/Core/GUI.cpp	Sun May 22 14:40:29 2016 +0000
@@ -24,7 +24,7 @@
 void GUI::pumpEvents()
 {
 
-    osEvent oe = _mailbox.get();
+    osEvent oe = _mailbox.get(1);
 
     if(oe.status == osEventMail) {