WindowWidth returns the current window width
()
| 47 | |
| 48 | // WindowWidth returns the current window width |
| 49 | func WindowWidth() float32 { |
| 50 | return windowWidth |
| 51 | } |
| 52 | |
| 53 | // WindowHeight returns the current window height |
| 54 | func WindowHeight() float32 { |
no outgoing calls
no test coverage detected