campy.graphics.gtimer module¶
A general interval timer that fires :class:GTimerEvent`s.
-
class
campy.graphics.gtimer.
GTimer
(milliseconds)[source]¶ Bases:
object
An interval timer that generates :class:GTimerEvent`s at a fixed rate.
-
pause
(milliseconds)[source]¶ Pause this timer for some time before automatically resuming.
Parameters: milliseconds – How long to pause this timer for (in milliseconds).
-