Function defined in pyglet.clock
Schedule ‘func’ to be called every ‘interval’ seconds on the default clock.
The arguments passed to ‘func’ are ‘dt’ (time since last function call), followed by any *args and **kwargs given here.
The function to call when the timer lapses.
The number of seconds to wait between each call.
schedule
schedule_interval_soft
Enter search terms or a module, class or function name.