mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Add visibility-related functions to window
This commit is contained in:
@@ -125,6 +125,12 @@ impl Window {
|
||||
pub fn set_title(&self, _: &str) {
|
||||
}
|
||||
|
||||
pub fn show(&self) {
|
||||
}
|
||||
|
||||
pub fn hide(&self) {
|
||||
}
|
||||
|
||||
pub fn get_position(&self) -> Option<(int, int)> {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user