Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: help in taking keyboard input

  1. #1
    Guest

    help in taking keyboard input

    how to take the keyboard input of arrow keys using glut library

  2. #2
    Intern Contributor
    Join Date
    Jan 2002
    Posts
    52

    Re: help in taking keyboard input

    Try using glutSpecialFunc( ). It works in the same way as the other glut callback functions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •