| 670 | } |
| 671 | |
| 672 | void PlatformBase::SetMousePosition(const Float2& position) |
| 673 | { |
| 674 | const Window* win = Engine::MainWindow; |
| 675 | if (win) |
| 676 | win->SetMousePosition(win->ScreenToClient(position)); |
| 677 | } |
| 678 | |
| 679 | Rectangle PlatformBase::GetMonitorBounds(const Float2& screenPos) |
| 680 | { |
nothing calls this directly
no test coverage detected