Windows.Devices.Input Namespace

Provides support for identifying the input devices available (pointer, touch, mouse, and keyboard) and retrieving information about those devices.

Classes

KeyboardCapabilities

Provides the ability to determine the capabilities of any connected hardware keyboards.

MouseCapabilities

Supports the ability to determine the capabilities of any connected mouse devices.

MouseDevice

Supports the ability to identify and track connected mouse devices.

MouseEventArgs

Contains event data for the MouseMoved event.

PenButtonListener

Provides access to button action event notifications from a connected pen device.

PenDevice

Supports the ability to identify and track connected pen devices.

PenDockedEventArgs

Contains event data for the PenDockListener.Docked event.

PenDockListener

Provides access to docking state event notifications from a connected pen device.

PenTailButtonClickedEventArgs

Contains event data for the PenButtonListener.TailButtonClicked event.

PenTailButtonDoubleClickedEventArgs

Contains event data for the PenButtonListener.TailButtonDoubleClicked event.

PenTailButtonLongPressedEventArgs

Contains event data for the PenButtonListener.TailButtonLongPressed event.

PenUndockedEventArgs

Contains event data for the PenDockListener.Undocked event.

PointerDevice

Supports the ability to identify the connected pointer devices and determine their capabilities.

TouchCapabilities

Supports the ability to determine the touch capabilities of any connected touch digitizers.

Structs

MouseDelta

Identifies the change in screen location of the mouse pointer, relative to the location of the last mouse event.

PointerDeviceUsage

Identifies the Human Interface Device (HID) usage details for the input device.

A Human Interface Device (HID) usage describes what a Human Interface Device (HID)-compliant control is measuring or reporting and can also indicate the control's intended use. A specific control usage is defined by its usage page, a usage ID, a name, and a description.

Enums

PointerDeviceType

Enumerates pointer device types.

See also