We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382a5f7 commit a76bc97Copy full SHA for a76bc97
1 file changed
src/platform/win/window.rs
@@ -30,8 +30,8 @@ use crate::wrappers::win32::{
30
WindowStyle,
31
};
32
use crate::{
33
- Event, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowHandler, WindowOpenOptions,
34
- WindowScalePolicy, WindowSize,
+ Event, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowOpenOptions, WindowScalePolicy,
+ WindowSize,
35
36
37
#[allow(non_snake_case)]
0 commit comments