OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes
FsmState.h File Reference
#include <string_view>
#include "FsmEventHandler.h"
#include "FsmAction.h"

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...