Home
last modified time | relevance | path

Searched refs:wants_fullscreen (Results 1 – 4 of 4) sorted by relevance

/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/web/web_sys/
H A Dcanvas.rs37 wants_fullscreen: Rc<RefCell<bool>>, field
77 wants_fullscreen: Rc::new(RefCell::new(false)), in create()
344 let wants_fullscreen = self.wants_fullscreen.clone(); in add_user_event() localVariable
350 if *wants_fullscreen.borrow() { in add_user_event()
354 *wants_fullscreen.borrow_mut() = false; in add_user_event()
371 let wants_fullscreen = self.wants_fullscreen.clone(); in add_window_mouse_event() localVariable
378 if *wants_fullscreen.borrow() { in add_window_mouse_event()
382 *wants_fullscreen.borrow_mut() = false; in add_window_mouse_event()
397 *self.wants_fullscreen.borrow_mut() = true; in request_fullscreen()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/web/stdweb/
H A Dcanvas.rs37 wants_fullscreen: Rc<RefCell<bool>>, field
80 wants_fullscreen: Rc::new(RefCell::new(false)), in create()
284 let wants_fullscreen = self.wants_fullscreen.clone(); in add_user_event() localVariable
290 if *wants_fullscreen.borrow() { in add_user_event()
292 *wants_fullscreen.borrow_mut() = false; in add_user_event()
298 *self.wants_fullscreen.borrow_mut() = true; in request_fullscreen()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/web/stdweb/
H A Dcanvas.rs35 wants_fullscreen: Rc<RefCell<bool>>, field
72 wants_fullscreen: Rc::new(RefCell::new(false)), in create()
293 let wants_fullscreen = self.wants_fullscreen.clone(); in add_user_event() localVariable
299 if *wants_fullscreen.borrow() { in add_user_event()
301 *wants_fullscreen.borrow_mut() = false; in add_user_event()
307 *self.wants_fullscreen.borrow_mut() = true; in request_fullscreen()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/web/web_sys/
H A Dcanvas.rs37 wants_fullscreen: Rc<RefCell<bool>>, field
94 wants_fullscreen: Rc::new(RefCell::new(false)), in create()
372 let wants_fullscreen = self.wants_fullscreen.clone(); in add_user_event() localVariable
378 if *wants_fullscreen.borrow() { in add_user_event()
382 *wants_fullscreen.borrow_mut() = false; in add_user_event()
388 *self.wants_fullscreen.borrow_mut() = true; in request_fullscreen()