RenderGeom returns the actual effective geometry of the window used for rendering content, which may be different from {0, [Window.Size]} due to insets caused by things like status bars and button overlays.
()
| 71 | // for rendering content, which may be different from {0, [Window.Size]} |
| 72 | // due to insets caused by things like status bars and button overlays. |
| 73 | RenderGeom() math32.Geom2DInt |
| 74 | |
| 75 | // SetWinSize sets the size of the window, in OS-specific window manager |
| 76 | // units that may not include any high DPI factors (DevPixRatio) |
no outgoing calls
no test coverage detected