IWindowListener.onAnimate

Must be called periodically (ideally 60 times per second but this is not mandatory). time must refer to the window creation time. dt and time are expressed in seconds (not milliseconds).

interface IWindowListener
nothrow @nogc
void
onAnimate
(
double dt
,
double time
)

Meta