Skip to content

Commit a780d9b

Browse files
committed
Docs
1 parent f65c1b4 commit a780d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/event.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ pub enum WindowEvent {
135135
/// If `true`, the event was generated synthetically by winit
136136
/// in one of the following circumstances:
137137
///
138-
/// * **X11**: Synthetic key press events are generated for all keys pressed
138+
/// * Synthetic key press events are generated for all keys pressed
139139
/// when a window gains focus. Likewise, synthetic key release events
140140
/// are generated for all keys pressed when a window goes out of focus.
141+
/// ***Currently, this is only functional on X11 and Windows***
141142
///
142143
/// Otherwise, this value is always `false`.
143144
is_synthetic: bool,

0 commit comments

Comments
 (0)