ofwin_setdesiredframerate Subroutine

public subroutine ofwin_setdesiredframerate(fps)

Set the desired framerate of the window (frames/second).

This applies to the current active WindowProxy.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: fps

Desired framerate value in frames per second.