WindowUnfullscreen makes the window UnFullscreen
(ctx context.Context)
| 20 | |
| 21 | // WindowUnfullscreen makes the window UnFullscreen |
| 22 | func WindowUnfullscreen(ctx context.Context) { |
| 23 | appFrontend := getFrontend(ctx) |
| 24 | appFrontend.WindowUnfullscreen() |
| 25 | } |
| 26 | |
| 27 | // WindowCenter the window on the current screen |
| 28 | func WindowCenter(ctx context.Context) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…