glutKeyboardFunc (3) Linux Manual Page
glutKeyboardFunc – Sets the Keyboard callback for the current window. Library OpenGLUT – input Synopsis In openglut.h Ft void Fn glutKeyboardFunc void( * callback )( unsigned char key int x int y ) Parameters Bf Em callback Ef Client function for keyboard event. Description This callback registration allows you to handle traditional ASCII keyboard input….
