| 320 | /// </summary> |
| 321 | /// <param name="size">The window client area size.</param> |
| 322 | API_PROPERTY() void SetClientSize(const Float2& size) |
| 323 | { |
| 324 | SetClientBounds(Rectangle(GetClientPosition(), size)); |
| 325 | } |
| 326 | |
| 327 | /// <summary> |
| 328 | /// Converts screen space location into window space coordinates. |
nothing calls this directly
no test coverage detected