I'm starting to understand OpenGL and GLUT pretty well, but I always used the glutKeyboardFunc, glutMouseFunc, glutMotionFunc, etc to handle user input. Someone once told me I'd get better results using keyboard polling methods. I don't have the slightest idea how to do that

Anyone care to enlighten me about it ?