Enum amethyst_ui::UiEventType [−][src]
pub enum UiEventType {
Click,
ClickStart,
ClickStop,
HoverStart,
HoverStop,
}The type of ui event. Click happens if you start and stop clicking on the same ui element.
Variants
ClickWhen an element is clicked normally. Happens when the element both start and stops being clicked.
ClickStartWhen the element starts being clicked (On left mouse down).
ClickStopWhen the element stops being clicked (On left mouse up).
HoverStartWhen the cursor gets over an element.
HoverStopWhen the cursor stops being over an element.
Trait Implementations
impl Debug for UiEventType[src]
impl Debug for UiEventTypeAuto Trait Implementations
impl Send for UiEventType
impl Send for UiEventTypeimpl Sync for UiEventType
impl Sync for UiEventType