MCPcopy
hub / github.com/EngoEngine/engo / WindowWidth

Function WindowWidth

engo_mobile_bind.go:49–51  ·  view source on GitHub ↗

WindowWidth returns the current window width

()

Source from the content-addressed store, hash-verified

47
48// WindowWidth returns the current window width
49func WindowWidth() float32 {
50 return windowWidth
51}
52
53// WindowHeight returns the current window height
54func WindowHeight() float32 {

Callers 3

UpdateMethod · 0.92
UpdateMethod · 0.92
CanvasScaleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected