Files
silver_pose/v2/internal/ui/screen_other.go
T

7 lines
156 B
Go
Raw Normal View History

//go:build !windows
package ui
// screenSize is unknown off Windows; the caller falls back to the spec size.
func screenSize() (int, int) { return 0, 0 }