// Purpose: declares wxEventLoop class
// Author: Vaclav Slavik
// Created: 2006-08-16
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
public:
wxGUIEventLoop();
+ virtual bool YieldFor(long eventsToProcess);
+
// returns DirectFB event buffer used by wx
static wxIDirectFBEventBufferPtr GetDirectFBEventBuffer();
private:
- // wxYield implementation: iterate the loop as long as there are any
- // pending events
- void Yield();
-
static void InitBuffer();
static void CleanUp();