* Check if window is currently fullscreen */
| 117 | * Check if window is currently fullscreen |
| 118 | */ |
| 119 | static bool IsFullscreen() { return ::IsWindowFullscreen(); } |
| 120 | |
| 121 | /** |
| 122 | * Check if window is currently hidden |
nothing calls this directly
no outgoing calls
no test coverage detected