mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-14 21:26:06 +00:00
Simplify
This commit is contained in:
parent
a095a9aece
commit
fe9e0f4ff8
@ -101,7 +101,7 @@ impl ViewerWindow {
|
|||||||
/// # Handle a cursor movement
|
/// # Handle a cursor movement
|
||||||
pub fn on_cursor_movement(&mut self, [x, y]: [f64; 2]) {
|
pub fn on_cursor_movement(&mut self, [x, y]: [f64; 2]) {
|
||||||
let [width, height]: [f64; 2] = {
|
let [width, height]: [f64; 2] = {
|
||||||
let size = self.window.size();
|
let size = self.window.inner.inner_size();
|
||||||
[size.width, size.height].map(Into::into)
|
[size.width, size.height].map(Into::into)
|
||||||
};
|
};
|
||||||
let aspect_ratio = width / height;
|
let aspect_ratio = width / height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user