| 689 | } |
| 690 | |
| 691 | void WindowsWindow::SetCursor(CursorType type) |
| 692 | { |
| 693 | // Base |
| 694 | WindowBase::SetCursor(type); |
| 695 | |
| 696 | UpdateCursor(); |
| 697 | } |
| 698 | |
| 699 | void WindowsWindow::CheckForWindowResize() |
| 700 | { |
nothing calls this directly
no test coverage detected