ButtonEvent Class Reference
#include <button_event.h>
Inheritance diagram for ButtonEvent:
List of all members.
Detailed Description
Interface class between Game functions, and Button functions. Note that this class itself has no references to Game functions, because those depend on the Game class, and have to be defined using a template. This general event class is referenced by a Button - the actual (overloaded) event class must be defined in the game code, and must define pointers to Game functions (this class does not have pointers yet).
The documentation for this class was generated from the following file:
- D:/CVS/twgui/twgui/source/twgui_io/button_event.h
Generated on Tue Feb 14 13:48:44 2006 for Twgui by
1.4.6-NO