Skip to content

Commit

Permalink
chore: add doc to modifier_state
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen committed Jul 4, 2024
1 parent d618b73 commit 5d6d83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub struct Window {
webrender_gl: Rc<dyn gl::Gl>,
/// The mouse physical position in the web view.
mouse_position: Cell<PhysicalPosition<f64>>,
/// Modifiers state of the keyboard.
modifiers_state: Cell<ModifiersState>,
/// The clipboard. `None` if the platform or desktop environment is not support.
clipboard: Option<Clipboard>,
Expand Down

0 comments on commit 5d6d83c

Please sign in to comment.