Share via


ReportInput Method

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

Determines whether a specified input report has been forwarded to the input manager.

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

Syntax

'Declaration
Public Function ReportInput ( _
    device As InputDevice, _
    inputReport As InputReport _
) As Boolean
public bool ReportInput(
    InputDevice device,
    InputReport inputReport
)
public:
bool ReportInput(
    InputDevice^ device, 
    InputReport^ inputReport
)
member ReportInput : 
        device:InputDevice * 
        inputReport:InputReport -> bool 
public function ReportInput(
    device : InputDevice, 
    inputReport : InputReport
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the specified input report has been forwarded to the input manager; otherwise, false.

.NET Framework Security

See Also

Reference

InputProviderSite Class

Microsoft.SPOT.Input Namespace