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

Function WindowHeight

engo_mobile_bind.go:54–56  ·  view source on GitHub ↗

WindowHeight returns the current window height

()

Source from the content-addressed store, hash-verified

52
53// WindowHeight returns the current window height
54func WindowHeight() float32 {
55 return windowHeight
56}
57
58// CanvasWidth returns the current canvas width
59func CanvasWidth() float32 {

Callers 2

UpdateMethod · 0.92
SetupMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected