mirror of https://github.com/kivy/kivy.git
doc: revisions to doc/sources/gettingstartedf/events.rs
This commit is contained in:
parent
b71ec12e0f
commit
b0e83bbdd5
|
@ -10,7 +10,7 @@ by events.
|
|||
:class: gs-eleft
|
||||
|
||||
The :doc:`/api-kivy.clock` allows you to schedule a function call in the
|
||||
future, as a one-time event with :meth:`~kivy.clock.ClockBase.schedule_once`,
|
||||
future as a one-time event with :meth:`~kivy.clock.ClockBase.schedule_once`,
|
||||
or as a repetitive event with :meth:`~kivy.clock.ClockBase.schedule_interval`.
|
||||
|
||||
You can also create Triggered events with
|
||||
|
|
Loading…
Reference in New Issue