Implement window::close action and remove should_exit

This commit is contained in:
Héctor Ramón Jiménez 2022-12-15 03:06:04 +01:00
parent 0591798db7
commit b5ab50b2a8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 21 additions and 15 deletions

View file

@ -270,8 +270,4 @@ where
fn scale_factor(&self) -> f64 {
self.0.scale_factor()
}
fn should_exit(&self) -> bool {
self.0.should_exit()
}
}