Share via


InputManager.ProcessInput Method

Processes the specified input synchronously.

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

Syntax

public bool ProcessInput (
         InputEventArgsinput
)

Parameters

  • input
    An InputEventArgs object that represents the input to be processed.

Return Value

true if the input was processed successfully; otherwise, false.

Remarks

A synchronous operation is one that must complete before the function ends. An asynchronous operation enables the function to end before the operation is complete.

Version Information

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

See Also

Reference

InputManager Class
InputManager Members
Microsoft.SPOT.Input Namespace