unschedule

Function defined in pyglet.clock

unschedule(func)

Remove ‘func’ from the default clock’s schedule. No error is raised if the func was never scheduled.

Parameters :
func : function

The function to remove from the schedule.

Previous topic

tick

Next topic

pyglet.event