v0.2.0
Added
Notification::SystemEvent
,SystemEventRequest
andSystemEvent
have been added. System Events can be subscribed to by usingSimConnect::subscribe_to_system_event
and unsubscribed from by usingSimConnect::unsubscribe_from_system_event
.
Changed
Notification::Event
has been renamed toNotification::ClientEvent
.Event
has been renamed toClientEvent
and marked asnon_exhaustive
.