Chapter 9. Human input

 

This chapter covers
  • Capturing keystrokes
  • Responding to mouse clicks, movement, and the wheel
  • Handling multitouch input
  • Working with pen ink input

 

Real-world applications need a way to accept input from users. This process of collecting input is managed by a wide range of input devices, such as the mouse, touch, stylus, and keyboard. Silverlight provides direct support for these devices through the System.Windows.Input namespace.

Whether you’re implementing drag and drop or mouse-wheel zoom or creating your own right-click context menus, you’ll almost certainly end up handling mouse input in your applications. Silverlight has great support for mouse states as well as for handling both left and right mouse buttons ...

Get Silverlight 5 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.