enum: ashet.DesktopEvent.Type
Items
create_window = 0A window was created on this desktop.
destroy_window = 1A window was destroyed on this desktop.
invalidate_window = 2A window has been invalidated and must be drawn again.
show_notification = 3send_notificationwas called and the desktop user should display a notification.show_message_box = 4send_notificationwas called and the desktop user should display a notification....This enumeration is non-exhaustive and may assume all values a u16 can represent.