Category: Window and Display
MaxFps(fps As Integer)
Void
Sets the maximum frame rate allowed by the runtime.
When the current frame finishes early, the app sleeps before the next FrameDelta measurement so Flip does not exceed the requested rate. Pass 0 or a negative value to remove the limit.
MaxFps(60)
Graphics(640, 480)