We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f7ee4 commit 5056b49Copy full SHA for 5056b49
src/lib.rs
@@ -417,7 +417,7 @@ impl SimConnector {
417
}
418
419
420
- pub fn subcribe_to_system_event(&self, event_id: SIMCONNECT_CLIENT_EVENT_ID, event_name: &str) -> bool {
+ pub fn subscribe_to_system_event(&self, event_id: SIMCONNECT_CLIENT_EVENT_ID, event_name: &str) -> bool {
421
unsafe {
422
let result = SimConnect_SubscribeToSystemEvent(self.sim_connect_handle, event_id, as_c_string!(event_name));
423
return result == 0;
0 commit comments