Certain ui states will need to be handled every control loop for certain behaviors (logging data, for example). Adding a handle method to the Controller class heirarchy makes this possible.
Base implementation doesn't do anything, because not all Controller classes need to update every control loop.
Certain ui states will need to be handled every control loop for certain behaviors (logging data, for example). Adding a handle method to the Controller class heirarchy makes this possible.
Base implementation doesn't do anything, because not all Controller classes need to update every control loop.