We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65c1b4 commit a780d9bCopy full SHA for a780d9b
src/event.rs
@@ -135,9 +135,10 @@ pub enum WindowEvent {
135
/// If `true`, the event was generated synthetically by winit
136
/// in one of the following circumstances:
137
///
138
- /// * **X11**: Synthetic key press events are generated for all keys pressed
+ /// * Synthetic key press events are generated for all keys pressed
139
/// when a window gains focus. Likewise, synthetic key release events
140
/// are generated for all keys pressed when a window goes out of focus.
141
+ /// ***Currently, this is only functional on X11 and Windows***
142
143
/// Otherwise, this value is always `false`.
144
is_synthetic: bool,
0 commit comments