| 925 | } |
| 926 | |
| 927 | void SDLWindow::EndClippingCursor() |
| 928 | { |
| 929 | if (!_isClippingCursor) |
| 930 | return; |
| 931 | |
| 932 | _isClippingCursor = false; |
| 933 | SDL_SetWindowMouseRect(_window, nullptr); |
| 934 | } |
| 935 | |
| 936 | void SDLWindow::SetMousePosition(const Float2& position) const |
| 937 | { |