IHidGameControllerInputSink.OnInputReportReceived Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Evento generado cuando se recibe la entrada.
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())
Parámetros
- timestamp
-
UInt64
unsigned long long
uint64_t
Marca de tiempo del evento.
- reportId
-
Byte
byte
Identificador del informe.
- reportBuffer
-
Byte[]
byte[]
Búfer que contiene la entrada recibida.