Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

event_listener_win32.h

Go to the documentation of this file.
00001 
00002 #ifndef header_event_listener_win32
00003 #define header_event_listener_win32
00004 
00005 #include "Core/System/Generic/event_listener_generic.h"
00006 
00007 class CL_EventListener_Win32 : public CL_EventListener_Generic
00008 {
00009 // Construction:
00010 public:
00011         CL_EventListener_Win32(CL_EventListener *owner);
00012 
00013         virtual ~CL_EventListener_Win32();
00014 
00015 // Implementation:
00016 private:
00017         virtual bool wait(int timeout);
00018         // Wait until one of the events triggers. The timeout is in milliseconds.
00019         // Returns true if a event triggered, false if it timed out.
00020 };
00021 
00022 #endif

Generated at Wed Apr 4 19:54:00 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001