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