Ashet OS

enum: ashet.DesktopEvent.Type

Items

create_window = 0

A window was created on this desktop.

destroy_window = 1

A window was destroyed on this desktop.

invalidate_window = 2

A window has been invalidated and must be drawn again.

show_notification = 3

send_notification was called and the desktop user should display a notification.

show_message_box = 4

send_notification was called and the desktop user should display a notification.

...

This enumeration is non-exhaustive and may assume all values a u16 can represent.