Removed auto-polling.

This commit is contained in:
Camilla Berglund
2010-09-09 01:56:05 +02:00
parent 9b443e5bfd
commit 06f1ed38e6
9 changed files with 3 additions and 42 deletions

View File

@@ -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 );