#include "flGlobal.h"
Go to the source code of this file.
Classes | |
struct | Timer |
Defines | |
#define | timerWait(inTime) sceKernelDelayThread(inTime * 1000000) |
Functions | |
Timer * | timerCreate () |
double | timerGetDeltaTime (Timer *inTimer) |
void | timerFree (Timer *inTimer) |
void | timerPauseAll () |
#define timerWait | ( | inTime | ) | sceKernelDelayThread(inTime * 1000000) |
Timer* timerCreate | ( | ) |
Definition at line 18 of file flTimer.c.
References debugError, memAlloc, NULL, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.
Referenced by graphicsInit(), inputInit(), and ntfyInit().
double timerGetDeltaTime | ( | Timer * | inTimer | ) |
Definition at line 32 of file flTimer.c.
References debugWarning, timerPauseUntil, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.
Referenced by graphicsSwapBuffers(), inputLock(), inputPoll(), ntfyTick(), and ntfyTrayTick().
void timerPauseAll | ( | ) |