InputManager.PreProcessInput Event

Occurs when the input manager starts to process a raw input item.

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

Syntax

public event PreProcessInputEventHandler PreProcessInput

Remarks

A filter is any code routine that listens for the PreProcessInput event or the PostProcessInput event. Note that filters can modify the input staging area.

The handlers attached to the PreProcessInput event are invoked in reverse order so that handlers added by users are invoked before handlers in the system.

Calling the PreProcessInputEventArgs.Cancel Method method on a PreProcessInputEventArgs Class object that is passed to the PreProcessInputEventHandler Delegate delegate will cancel the processing of the raw input.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

InputManager Class
InputManager Members
Microsoft.SPOT.Input Namespace