Searched refs:currTime (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.cpp379 unsigned long currTime = event.GetTimestamp() - m_xsynct; local
384 m_LastRedraw = m_StartTime = m_LastTime = currTime;
387 if (currTime >= m_LastRedraw) // Redraw:
389 Action( m_Key, m_LastTime-m_StartTime, currTime-m_StartTime );
392 m_LastRedraw = currTime; // StopWatch() doesn't work on Mac...
396 m_LastTime = currTime;

Completed in 171 milliseconds