Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Windows 应用商店应用程序响应用户交互(触摸、鼠标、Pin、键盘)的方式有疑问。
除了使用指针,对于不同类型的输入工具是否有任何事件响应?
或仅其他事件响应特定输入(仅适用于鼠标或仅适用于触摸)。
您可以在另一个线程上找到问题的答案。- 在 Windows 8 中,您通常不应区分 Pen、Touch 或 Mouse。更多信息在这里。- 您可以使用 KeyDown 和 KeyUp 来响应键盘输入。更多信息在这里。