Share via


RawTouchInputReport Constructor (PresentationSource, DateTime, Byte, TouchInput[])

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

Initializes a new instance of the RawTouchInputReport class.

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

Syntax

'Declaration
Public Sub New ( _
    inputSource As PresentationSource, _
    timestamp As DateTime, _
    eventMessage As Byte, _
    touches As TouchInput() _
)
public RawTouchInputReport(
    PresentationSource inputSource,
    DateTime timestamp,
    byte eventMessage,
    TouchInput[] touches
)
public:
RawTouchInputReport(
    PresentationSource^ inputSource, 
    DateTime timestamp, 
    unsigned char eventMessage, 
    array<TouchInput>^ touches
)
new : 
        inputSource:PresentationSource * 
        timestamp:DateTime * 
        eventMessage:byte * 
        touches:TouchInput[] -> RawTouchInputReport
public function RawTouchInputReport(
    inputSource : PresentationSource, 
    timestamp : DateTime, 
    eventMessage : byte, 
    touches : TouchInput[]
)

Parameters

.NET Framework Security

See Also

Reference

RawTouchInputReport Class

RawTouchInputReport Overload

Microsoft.SPOT.Input Namespace