InputProviderSite Class

Represents the intermediary between an input provider and the input manager.

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

Syntax

public class InputProviderSite : IDisposable

Remarks

An InputProviderSite object receives an input report from an input provider. The InputProviderSite object forwards the input report to the input manager, which then places the input report in the staging area.

Version Information

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

See Also

Reference

InputProviderSite Members
Microsoft.SPOT.Input Namespace