| 171 | } |
| 172 | |
| 173 | LightProcess::LightProcess() { |
| 174 | input = stratus::InputHandlerPtr(new LightDeleteController()); |
| 175 | INSTANCE(InputManager)->AddInputHandler(input); |
| 176 | } |
| 177 | |
| 178 | LightProcess::~LightProcess() { |
| 179 | auto manager = INSTANCE(InputManager); |
nothing calls this directly
no test coverage detected