RawButtonInputReport Class

Represents a button device's input to InputProviderSite and InputManager objects.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public class RawButtonInputReport : InputReport

Remarks

An InputProviderSite object receives an input report from an input provider. The InputProviderSite object forwards the input report to the InputManager object, which then places the input report in the staging area. Once the input report is in the staging area, it is changed into a series of Windows Presentation Foundation (WPF) events, which are then routed through the element tree.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

RawButtonInputReport Members
Microsoft.SPOT.Input Namespace