Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ ProcessEvent
Method
ProcessEvent
ZEngine/src/Engine.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void Engine::ProcessEvent() {
33
m_window->PollEvent();
34
}
35
36
void Engine::Update(Core::TimeStep delta_time) {
37
m_window->Update(delta_time);
Callers
nothing calls this directly
Calls
1
PollEvent
Method · 0.45
Tested by
no test coverage detected