Share via


PushInput Method (InputEventArgs, StagingAreaInputItem)

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

Replaces an input that is already on the staging area stack, with a specified input.

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

Syntax

'Declaration
Public Function PushInput ( _
    input As InputEventArgs, _
    promote As StagingAreaInputItem _
) As StagingAreaInputItem
public StagingAreaInputItem PushInput(
    InputEventArgs input,
    StagingAreaInputItem promote
)
public:
StagingAreaInputItem^ PushInput(
    InputEventArgs^ input, 
    StagingAreaInputItem^ promote
)
member PushInput : 
        input:InputEventArgs * 
        promote:StagingAreaInputItem -> StagingAreaInputItem 
public function PushInput(
    input : InputEventArgs, 
    promote : StagingAreaInputItem
) : StagingAreaInputItem

Parameters

Return Value

Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The staging area input item that wraps the specified input.

.NET Framework Security

See Also

Reference

ProcessInputEventArgs Class

PushInput Overload

Microsoft.SPOT.Input Namespace