allows the user to specify an aspect ratio that overrides the renderer's The parameter is the w/h of the screen pixels
| 35 | // allows the user to specify an aspect ratio that overrides the renderer's |
| 36 | // The parameter is the w/h of the screen pixels |
| 37 | void g3_SetAspectRatio(float aspect) { sAspect = aspect; } |
| 38 | // returns the user-specified aspect ratio used to override the renderer's |
| 39 | float g3_GetAspectRatio() { return sAspect; } |
| 40 |
no outgoing calls
no test coverage detected