InputManager.PostProcessInput Event
Occurs after the NotifyInputEventHandler Delegate delegate has finished processing the raw input.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public event ProcessInputEventHandler PostProcessInput
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 PostProcessInput event are invoked in reverse order so that handlers added by users are invoked before handlers in the system.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
InputManager Class
InputManager Members
Microsoft.SPOT.Input Namespace