* Check if window is currently focused */
| 137 | * Check if window is currently focused |
| 138 | */ |
| 139 | static bool IsFocused() { return ::IsWindowFocused(); } |
| 140 | |
| 141 | /** |
| 142 | * Check if window has been resized last frame |
nothing calls this directly
no outgoing calls
no test coverage detected