| 270 | /// Gets the window position (in screen coordinates). |
| 271 | /// </summary> |
| 272 | API_PROPERTY() virtual Float2 GetPosition() const |
| 273 | { |
| 274 | return Float2::Zero; |
| 275 | } |
| 276 | |
| 277 | /// <summary> |
| 278 | /// Sets the window position (in screen coordinates). |
no outgoing calls
no test coverage detected