* Get current render width (it considers HiDPI) */
| 362 | * Get current render width (it considers HiDPI) |
| 363 | */ |
| 364 | static int GetRenderWidth() { return ::GetRenderWidth(); } |
| 365 | |
| 366 | /** |
| 367 | * Get current render height (it considers HiDPI) |
nothing calls this directly
no outgoing calls
no test coverage detected