You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
//! A rusty wrapper over the window event API specifically [`SetWinEventHook`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwineventhook) and [`UnhookWinEvent`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-unhookwinevent).
25
25
//!
26
-
//! For the type of events that can be hooked, see [`WindowEvent`](crate::WindowEvent).
26
+
//! For the type of events that can be hooked, see [`WindowEvent`].
27
27
//!
28
28
//! # Example
29
29
//! This example shows how to listen for all window events and print them to the console.
0 commit comments