Share via


IsButtonHeld Method

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

Determines whether the specified button is currently being held down.

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

Syntax

'Declaration
Public Shared Function IsButtonHeld ( _
    button As Button _
) As Boolean
public static bool IsButtonHeld(
    Button button
)
public:
static bool IsButtonHeld(
    Button button
)
static member IsButtonHeld : 
        button:Button -> bool 
public static function IsButtonHeld(
    button : Button
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the specified button is currently being held down; otherwise, false.

.NET Framework Security

See Also

Reference

Buttons Class

Microsoft.SPOT.Input Namespace