70-484 · Question #78
You are developing a Windows Store app. The app must respond to gestures as input. You need to implement the gesture events. Which events can you use to achieve this goal? (Each correct answer present
The correct answer is B. Tapped D. Holding. GesturesGestures are a high-level way of interpreting touch input data into a set of common motions such as tapping, sliding, and pinching. Some common gestures used in Windows 8 are: One finger touches the screen and lifts up. One finger touches the screen and stays in place. On
Question
You are developing a Windows Store app. The app must respond to gestures as input. You need to implement the gesture events. Which events can you use to achieve this goal? (Each correct answer presents a complete solution. Choose all that apply.)
Options
- ATouch
- BTapped
- CClick
- DHolding
- EHit
How the community answered
(52 responses)- A15% (8)
- B73% (38)
- C8% (4)
- E4% (2)
Explanation
GesturesGestures are a high-level way of interpreting touch input data into a set of common motions such as tapping, sliding, and pinching. Some common gestures used in Windows 8 are: One finger touches the screen and lifts up. One finger touches the screen and stays in place. One or more fingers touch the screen and move in the same direction. One or more fingers touch the screen and move a short distance in the same direction. Two or more fingers touch the screen and move closer together or farther apart. Two or more fingers touch the screen and move in a clockwise or counter-clockwise arc. Two or more fingers touch the screen and move farther apart.
Topics
Community Discussion
No community discussion yet for this question.