| 340 | /// <param name="clientPos">The client position.</param> |
| 341 | /// <returns>The screen space position.</returns> |
| 342 | API_FUNCTION() virtual Float2 ClientToScreen(const Float2& clientPos) const |
| 343 | { |
| 344 | return clientPos; |
| 345 | } |
| 346 | |
| 347 | /// <summary> |
| 348 | /// Gets the window DPI setting. |
no outgoing calls
no test coverage detected