| 318 | } |
| 319 | |
| 320 | void RenderViewImpl::OnPointerPressed(Windows::UI::Core::CoreWindow const& sender, |
| 321 | Windows::UI::Core::PointerEventArgs const& args) |
| 322 | { |
| 323 | OnPointerPressed(args); |
| 324 | } |
| 325 | |
| 326 | void RenderViewImpl::OnPointerPressed(Windows::UI::Core::PointerEventArgs const& args) |
| 327 | { |