Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
2
SceneRequestFocusMessageHandler
Method · 0.80
SceneRequestUnfocusMessageHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected