domu/event_type
Types
Functions
pub fn click() -> EventType(
EventLike(TagUIEvent(TagMouseEvent(TagPointerEvent(Concrete)))),
)
pub fn mouse_down() -> EventType(
EventLike(TagUIEvent(TagMouseEvent(Concrete))),
)
pub fn mouse_move() -> EventType(
EventLike(TagUIEvent(TagMouseEvent(Concrete))),
)