| 706 | } |
| 707 | |
| 708 | void EveMobile::HandleControllerEvent( const char* name ) |
| 709 | { |
| 710 | EveSpaceObject2::HandleControllerEvent( name ); |
| 711 | for( auto it = begin( m_turretSets ); it != end( m_turretSets ); ++it ) |
| 712 | { |
| 713 | ( *it )->HandleControllerEvent( name ); |
| 714 | } |
| 715 | } |
| 716 | |
| 717 | void EveMobile::StartControllers() |
| 718 | { |
nothing calls this directly
no test coverage detected