Add zed::ToggleFullScreen bound to ctrl-cmd-f

This commit is contained in:
Antonio Scandurra 2022-08-15 11:53:37 +02:00
parent 61684e693f
commit b94366ab90
6 changed files with 31 additions and 0 deletions

View file

@ -294,6 +294,8 @@ impl super::Window for Window {
fn minimize(&self) {}
fn zoom(&self) {}
fn toggle_full_screen(&self) {}
}
pub fn platform() -> Platform {