New to this list. I'm in the process of porting several PC
application to Mac (Carbon / C++ / OpenGL). The one last piece I
can't seem to solve is how to retrieve the milliseconds() from the
system clock. I have an animation that needs to enforce a certain
framerate. I'm using usleep() to wait between frames, but I need the
milliseconds to determine how long to wait!