Variable Display.frameSleep

How long to wait between frames in milliseconds; will be ignored in case of VSync

class Display
{
  // ...
  int frameSleep = 16;
  // ...
}