| 599 | } |
| 600 | |
| 601 | Vec2 RenderViewImpl::GetPoint(Windows::UI::Core::PointerEventArgs const& args) |
| 602 | { |
| 603 | return TransformToOrientation(args.CurrentPoint().Position()); |
| 604 | } |
| 605 | |
| 606 | void RenderViewImpl::QueueBackKeyPress() |
| 607 | { |
no test coverage detected