Iterates all sticky events on this and calls foreach_func
for every event.
If foreach_func
returns false
the iteration is immediately stopped.
this |
the Pad that should be used for iteration. |
foreach_func |
the PadStickyEventsForeachFunction that should be called for every event. |
user_data |
the optional user data. |