ProcessInput Method

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

Processes the specified input synchronously.

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

Syntax

'Declaration
Public Function ProcessInput ( _
    input As InputEventArgs _
) As Boolean
public bool ProcessInput(
    InputEventArgs input
)
public:
bool ProcessInput(
    InputEventArgs^ input
)
member ProcessInput : 
        input:InputEventArgs -> bool 
public function ProcessInput(
    input : InputEventArgs
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
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.

.NET Framework Security

See Also

Reference

InputManager Class

Microsoft.SPOT.Input Namespace