OpenEnroth 73e68f7
|
Classes | |
class | FsmState |
Implement this abstract class to create a new State that can be added to an Fsm. FsmState derives from FsmEventHandler, enabling reaction to platform application events (such as input, window events, etc.) by overriding the appropriate functions. More... | |