Home
last modified time | relevance | path

Searched refs:timerFunc (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/glut/
H A DglutEvent.cpp51 glutTimerFunc(unsigned int interval, GLUTtimerCB timerFunc, int value) in glutTimerFunc() argument
56 if (!timerFunc) in glutTimerFunc()
68 timer->func = timerFunc; in glutTimerFunc()