MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / LightProcess

Method LightProcess

Examples/Common/LightControllers.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173LightProcess::LightProcess() {
174 input = stratus::InputHandlerPtr(new LightDeleteController());
175 INSTANCE(InputManager)->AddInputHandler(input);
176}
177
178LightProcess::~LightProcess() {
179 auto manager = INSTANCE(InputManager);

Callers

nothing calls this directly

Calls 1

AddInputHandlerMethod · 0.80

Tested by

no test coverage detected