glutTimerFunc man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

UNTITLED			     LOCAL			      UNTITLED

NAME
     glutTimerFunc — Sets the Timer callback for the current window.

LIBRARY
     OpenGLUT - idletimer

SYNOPSIS
     #include <openglut.h>

     void
     glutTimerFunc(unsigned int msec, void( *callback )( int data ),
	 int data);

PARAMETERS
      msec	   Milliseconds till invocation.

      callback	   Client function for timer event.

      data	   Arbitrary data; passed to  callback	.

DESCRIPTION
     After  at least   msec  milliseconds, OpenGLUT will call  callback	 ,
     passing in your user-supplied  data  parameter.  OpenGLUT will call your
     function only once.

     This callback is  not   bound to any window.

CAVEATS
     Unlike most other callbacks, timers only occur once.

     Unlike most other callbacks, you cannot deregister a timer callback.

     Unlike most other callbacks, you can register an arbitrary number of
     timers.

SEE ALSO
     glutIdleFunc(3) glutMainLoop(3) glutMainLoopEvent(3)

				     Epoch
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net