Crazy Eddies GUI System  0.7.2
Public Member Functions | Public Attributes | List of all members
CEGUI::AnimationEventArgs Class Reference

EventArgs based class that holds information about which animation instnace fired given event. More...

+ Inheritance diagram for CEGUI::AnimationEventArgs:
+ Collaboration diagram for CEGUI::AnimationEventArgs:

Public Member Functions

 AnimationEventArgs (AnimationInstance *inst)
 

Public Attributes

AnimationInstanceinstance
 pointer to a AnimationInstance object of relevance to the event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs based class that holds information about which animation instnace fired given event.