| 286 | /// Gets the client position of the window (client area not including border). |
| 287 | /// </summary> |
| 288 | API_PROPERTY() FORCE_INLINE Float2 GetClientPosition() const |
| 289 | { |
| 290 | return ClientToScreen(Float2::Zero); |
| 291 | } |
| 292 | |
| 293 | /// <summary> |
| 294 | /// Sets the client position of the window (client area not including border) |
no test coverage detected