Course Description
User input is crucial to app development in order to allow users to interact with the app. In this course, you will learn how to use traditional input in a UWP app to create interactive features.
Learning Objectives
Touch and Mouse Input
- start the course
- retrieve input device capabilities to identify input devices
- work with various types of touch events
- handle various types of mouse events
Keyboard Input
- work with various types of keyboard events
- implement access keys in a keyboard-enabled app
- apply custom keyboard interactions for advanced functionality in apps
- make an adaptive UI that can shrink to fit an onscreen virtual keyboard
- change virtual keyboard types with the InputScope property
Practice: Handling Input Events
- implement various types of input event handlers