| 446 | } |
| 447 | |
| 448 | void UWPWindow::SetCursor(CursorType type) |
| 449 | { |
| 450 | _impl->SetCursor((UWPWindowImpl::CursorType)type); |
| 451 | |
| 452 | // Base |
| 453 | WindowBase::SetCursor(type); |
| 454 | } |
| 455 | |
| 456 | void UWPWindow::onSizeChanged(float width, float height) |
| 457 | { |
nothing calls this directly
no test coverage detected