Share via


PeekInput Method

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

Gets, but does not remove, 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 PeekInput As StagingAreaInputItem
public StagingAreaInputItem PeekInput()
public:
StagingAreaInputItem^ PeekInput()
member PeekInput : unit -> StagingAreaInputItem 
public function PeekInput() : 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