MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / SetShouldReactToEvent

Method SetShouldReactToEvent

ZEngine/src/GraphicScene.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void GraphicScene::SetShouldReactToEvent(bool value) {
67 m_should_react_to_event = value;
68 }
69
70 bool GraphicScene::ShouldReactToEvent() const {
71 return m_should_react_to_event;

Calls

no outgoing calls

Tested by

no test coverage detected