| 945 | } |
| 946 | |
| 947 | void SDLWindow::SetCursor(CursorType type) |
| 948 | { |
| 949 | CursorType oldCursor = _cursor; |
| 950 | WindowBase::SetCursor(type); |
| 951 | if (oldCursor != type) |
| 952 | SDLWindow::UpdateCursor(); |
| 953 | } |
| 954 | |
| 955 | void SDLWindow::CheckForWindowResize() |
| 956 | { |
nothing calls this directly
no test coverage detected