[−][src]Type Definition amethyst_ui::UiButtonActionRetriggerSystem
type UiButtonActionRetriggerSystem = EventRetriggerSystem<UiButtonActionRetrigger>;
Provides an EventRetriggerSystem
that will handle incoming UiEvents
and trigger UiButtonAction
s for UiButton
s with an attached
UiButtonActionRetrigger
component.