IWindowListener.onAnimate

Must be called periodically (ideally 60 times per second but this is not mandatory). time must refer to the window creation time.

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

Meta