Share via


PopInput Method

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

Removes the input event on the top of the staging area stack.

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

Syntax

'Declaration
Public Function PopInput As StagingAreaInputItem
public StagingAreaInputItem PopInput()
public:
StagingAreaInputItem^ PopInput()
member PopInput : unit -> StagingAreaInputItem 
public function PopInput() : StagingAreaInputItem

Return Value

Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The input event that is on the top of the staging area stack. The return value will be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the staging area is empty.

.NET Framework Security

See Also

Reference

ProcessInputEventArgs Class

Microsoft.SPOT.Input Namespace