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.
我正在尝试使用以下两种手势:
GestureSettings.ManipulationTranslate GestureSettings.NavigationX
目前我无法触发 ManipulationStartedEvent、ManipulationUpdatedEvent 等。看起来 NavigationX 事件正在排除对 Manipulation 的识别。
是这样吗?我误解了手势吗?
您不能同时使用操纵和导航。在 211 课程中,您必须使用语音命令“移动宇航员”来触发操纵。那是因为这两种手势看起来与系统相同,所以你需要一个触发器来区分它们。