mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Removed auto-polling.
This commit is contained in:
@@ -475,9 +475,6 @@ int main( void )
|
||||
// Enable mouse cursor (only needed for fullscreen mode)
|
||||
glfwEnable( GLFW_MOUSE_CURSOR );
|
||||
|
||||
// Disable automatic event polling
|
||||
glfwDisable( GLFW_AUTO_POLL_EVENTS );
|
||||
|
||||
// Set callback functions
|
||||
glfwSetWindowSizeCallback( windowSizeFun );
|
||||
glfwSetWindowRefreshCallback( windowRefreshFun );
|
||||
|
||||
Reference in New Issue
Block a user