Skip to content

Commit

Permalink
update wrong signal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Mar 25, 2024
1 parent e8534e3 commit a5c98e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/desktop/input_capture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand All @@ -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
///
Expand All @@ -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
///
Expand Down

0 comments on commit a5c98e0

Please sign in to comment.