| 311 | /// Gets the size of the client area of the window (not including border). |
| 312 | /// </summary> |
| 313 | API_PROPERTY() virtual Float2 GetClientSize() const |
| 314 | { |
| 315 | return _clientSize; |
| 316 | } |
| 317 | |
| 318 | /// <summary> |
| 319 | /// Sets the size of the client area of the window (not including border). |
no outgoing calls
no test coverage detected