* Check if window is currently hidden */
| 122 | * Check if window is currently hidden |
| 123 | */ |
| 124 | static bool IsHidden() { return ::IsWindowHidden(); } |
| 125 | |
| 126 | /** |
| 127 | * Check if window is currently minimized |
nothing calls this directly
no outgoing calls
no test coverage detected