#include "wx/apptrait.h"
#include "wx/process.h"
+#include "wx/evtloop.h"
#include <stdarg.h>
#include <string.h>
return wxPORT_MGL;
}
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
+{
+ return new wxEventLoop;
+}
+
+
void wxGetMousePosition(int* x, int* y)
{
MS_getPos(x, y);