diff --git a/src/window.rs b/src/window.rs index 9a7a683b..8ceaab85 100644 --- a/src/window.rs +++ b/src/window.rs @@ -47,6 +47,7 @@ pub struct Window { webrender_gl: Rc, /// The mouse physical position in the web view. mouse_position: Cell>, + /// Modifiers state of the keyboard. modifiers_state: Cell, /// The clipboard. `None` if the platform or desktop environment is not support. clipboard: Option,