IXusbGameControllerInputSink.OnInputReceived(UInt64, Byte, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement déclenché lors de la réception de l’entrée.
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())
Paramètres
- timestamp
-
UInt64
unsigned long long
uint64_t
Horodatage de l’événement.
- reportId
-
Byte
byte
ID du rapport.
- inputBuffer
-
Byte[]
byte[]
Mémoire tampon contenant l’entrée reçue.