CanvasScale is the current scale of the canvas from the original window size
()
| 67 | |
| 68 | // CanvasScale is the current scale of the canvas from the original window size |
| 69 | func CanvasScale() float32 { |
| 70 | return CanvasWidth() / WindowWidth() |
| 71 | } |
| 72 | |
| 73 | // DestroyWindow destroies the window. |
| 74 | func DestroyWindow() { /* nothing to do here? */ } |
no test coverage detected