Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ PollEvent
Method
PollEvent
ZEngine/src/GlfwWindow/OpenGLWindow.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void OpenGLWindow::PollEvent() {
97
glfwPollEvents();
98
}
99
100
void OpenGLWindow::__OnGlfwFrameBufferSizeChanged(GLFWwindow* window, int width, int height) {
101
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected