Application::StateHandler Class Reference
#include <statehandler.h>
Detailed Description
State handlers implement actual application state behaviour in subclasses of Application::StateHandler. The Application class calls state handler objects when a new state is entered, when the current state is left, and for each frame.State handlers must implement the OnStateEnter(), OnStateLeave() and OnStateFrame() methods accordingly.
(C) 2007 RadonLabs GmbH