demos/DemoEventHandler.h

Go to the documentation of this file.
00001 
00002 #ifndef _DEMO_EVENT_HANDLER_
00003 #define _DEMO_EVENT_HANDLER_
00004 
00005 #include "glwx.h"
00006 
00007 
00008 class DemoEventHandler : public GUIEventListener
00009 {
00010 public:
00011         DemoEventHandler();
00012         void actionPerformed(GUIEvent &evt);
00013         double red;
00014         double green;
00015         double blue;
00016 };
00017 
00018 #endif //_DEMO_EVENT_HANDLER_

Generated on Wed Dec 5 20:32:03 2007 for GLWX by  doxygen 1.5.3