什么是关系IFrameworkView IFrameworkViewSource和OnPointerPressed

时间:2018-09-02 06:14:16

标签: uwp c++-winrt

我试图找出提到的2个接口中的哪个由OnPointerPressed实现。

struct App : implements<App, IFrameworkViewSource, IFrameworkView>
{
    void OnPointerPressed(IInspectable const &, PointerEventArgs const & args)
    {
    }
}

OnPointerPressedControl类的一部分

我看不到ControlAppIFrameworkViewSourceIFrameworkView之间的关系。

由于WinRT UWP使用许多接口,如果示例代码指示添加功能时正在实现哪个接口,则可能会有所帮助。 如果这是样本的重点,将会严重帮助学习曲线。否则,您必须深入研究接口才能理解示例代码。

0 个答案:

没有答案