diff --git a/src/desktop/input_capture.rs b/src/desktop/input_capture.rs index 319496163..860c75ff5 100644 --- a/src/desktop/input_capture.rs +++ b/src/desktop/input_capture.rs @@ -656,8 +656,8 @@ impl<'a> InputCapture<'a> { self.0.signal("Disabled").await } - /// Signal emitted when the application will no longer receive captured - /// events. + /// Signal emitted when input capture starts and + /// input events are about to be sent to the application. /// /// # Specifications /// @@ -667,8 +667,8 @@ impl<'a> InputCapture<'a> { self.0.signal("Activated").await } - /// Signal emitted when the application will no longer receive captured - /// events. + /// Signal emitted when input capture stopped and input events + /// are no longer sent to the application. /// /// # Specifications /// @@ -678,8 +678,7 @@ impl<'a> InputCapture<'a> { self.0.signal("Deactivated").await } - /// Signal emitted when the application will no longer receive captured - /// events. + /// Signal emitted when the set of zones available to this session change. /// /// # Specifications ///