Rename scale_factor to scale
This commit is contained in:
parent
b8bc006fc1
commit
83f2ffd27a
|
@ -78,7 +78,7 @@ pub enum MouseEvent {
|
||||||
pub struct WindowInfo {
|
pub struct WindowInfo {
|
||||||
pub width: u32,
|
pub width: u32,
|
||||||
pub height: u32,
|
pub height: u32,
|
||||||
pub scale_factor: f64,
|
pub scale: f64,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||||
|
|
Loading…
Reference in a new issue