Implement WindowEvent ModifiersChanged for X11 and Wayland (#1132)
* Implement WindowEvent ModifiersChanged for X11 and Wayland * Fix modifier key state desync on X11 * Run cargo fmt
This commit is contained in:
parent
bfcd85ab15
commit
206c3c246c
6 changed files with 258 additions and 19 deletions
|
|
@ -10,6 +10,7 @@ mod hint;
|
|||
mod icon;
|
||||
mod input;
|
||||
mod memory;
|
||||
pub mod modifiers;
|
||||
mod randr;
|
||||
mod window_property;
|
||||
mod wm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue