Skip to content

v0.2.0

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 29 Oct 13:36
· 11 commits to main since this release

Added

  • Notification::SystemEvent, SystemEventRequest and SystemEvent have been added. System Events can be subscribed to by using SimConnect::subscribe_to_system_event and unsubscribed from by using SimConnect::unsubscribe_from_system_event.

Changed

  • Notification::Event has been renamed to Notification::ClientEvent.
  • Event has been renamed to ClientEvent and marked as non_exhaustive.