MCPcopy
hub / github.com/wailsapp/wails / WindowFullscreen

Function WindowFullscreen

v2/pkg/runtime/window.go:16–19  ·  view source on GitHub ↗

WindowFullscreen makes the window fullscreen

(ctx context.Context)

Source from the content-addressed store, hash-verified

14
15// WindowFullscreen makes the window fullscreen
16func WindowFullscreen(ctx context.Context) {
17 appFrontend := getFrontend(ctx)
18 appFrontend.WindowFullscreen()
19}
20
21// WindowUnfullscreen makes the window UnFullscreen
22func WindowUnfullscreen(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowFullscreenMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…