From 5d6d83c22e49c1e01cb9ef25ab9837827e76e4fe Mon Sep 17 00:00:00 2001 From: Jason Tsai Date: Thu, 4 Jul 2024 14:04:35 +0800 Subject: [PATCH] chore: add doc to modifier_state --- src/window.rs | 1 + 1 file changed, 1 insertion(+) 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,