| 495 | } |
| 496 | |
| 497 | void EveLensflare::HandleControllerEvent( const char* name ) |
| 498 | { |
| 499 | for( auto it = m_controllers.begin(); it != m_controllers.end(); ++it ) |
| 500 | { |
| 501 | ( *it )->HandleEvent( name ); |
| 502 | } |
| 503 | } |
| 504 | |
| 505 | void EveLensflare::StartControllers() |
| 506 | { |
nothing calls this directly
no test coverage detected