* Check if window is currently minimized */
| 127 | * Check if window is currently minimized |
| 128 | */ |
| 129 | static bool IsMinimized() { return ::IsWindowMinimized(); } |
| 130 | |
| 131 | /** |
| 132 | * Check if window is currently minimized |
nothing calls this directly
no outgoing calls
no test coverage detected