次の方法で共有


IXusbGameControllerInputSink.OnInputReceived(UInt64, Byte, Byte[]) メソッド

定義

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

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

パラメーター

timestamp
UInt64

unsigned long long

uint64_t

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

reportId
Byte

byte

レポートの ID。

inputBuffer

Byte[]

byte[]

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

適用対象