* Check if window is currently minimized */
| 132 | * Check if window is currently minimized |
| 133 | */ |
| 134 | static bool IsMaximized() { return ::IsWindowMaximized(); } |
| 135 | |
| 136 | /** |
| 137 | * Check if window is currently focused |
nothing calls this directly
no outgoing calls
no test coverage detected