次の方法で共有


IHidGameControllerInputSink.OnInputReportReceived メソッド

定義

入力を受信したときに発生するイベント。

public:
 void OnInputReportReceived(unsigned long long timestamp, byte reportId, Platform::Array <byte> ^ reportBuffer);
void OnInputReportReceived(uint64_t const& timestamp, byte const& reportId, winrt::array_view <byte> const& reportBuffer);
public void OnInputReportReceived(ulong timestamp, byte reportId, byte[] reportBuffer);
function onInputReportReceived(timestamp, reportId, reportBuffer)
Public Sub OnInputReportReceived (timestamp As ULong, reportId As Byte, reportBuffer As Byte())

パラメーター

timestamp
UInt64

unsigned long long

uint64_t

イベントのタイムスタンプ。

reportId
Byte

byte

レポートの ID です。

reportBuffer

Byte[]

byte[]

受信した入力を含むバッファー。

適用対象