PostProcessInput Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs after the NotifyInputEventHandler delegate has finished processing the raw input.

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

Syntax

'Declaration
Public Event PostProcessInput As ProcessInputEventHandler
public event ProcessInputEventHandler PostProcessInput
public:
 event ProcessInputEventHandler^ PostProcessInput {
    void add (ProcessInputEventHandler^ value);
    void remove (ProcessInputEventHandler^ value);
}
member PostProcessInput : IEvent<ProcessInputEventHandler,
    ProcessInputEventArgs>
JScript does not support events.

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.

.NET Framework Security

See Also

Reference

InputManager. . :: . .DeviceEvents Class

Microsoft.SPOT.Input Namespace