IHidGameControllerInputSink.OnInputReportReceived メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力を受信したときに発生するイベント。
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[]
受信した入力を含むバッファー。