* Check if window has been resized last frame */
| 142 | * Check if window has been resized last frame |
| 143 | */ |
| 144 | static bool IsResized() { return ::IsWindowResized(); } |
| 145 | |
| 146 | /** |
| 147 | * Check if one specific window flag is enabled |
nothing calls this directly
no outgoing calls
no test coverage detected