()
| 128 | } |
| 129 | |
| 130 | pub fn toggle_fullscreen() { |
| 131 | unsafe { set_fullscreen(!IS_FULLSCREEN); } |
| 132 | } |
| 133 | |
| 134 | /// Returns (physical_w, physical_h). Caller's `width`/`height` |
| 135 | /// are *logical*; on a HiDPI X11 display we multiply by the |
no test coverage detected