MCPcopy Create free account
hub / github.com/360Controller/360Controller / IsDataQueued

Method IsDataQueued

WirelessGamingReceiver/WirelessGamingReceiver.cpp:556–559  ·  view source on GitHub ↗

Check a controller's queue

Source from the content-addressed store, hash-verified

554
555// Check a controller's queue
556bool WirelessGamingReceiver::IsDataQueued(int index)
557{
558 return connections[index].inputArray->getCount() > 0;
559}
560
561// Read a controller's queue
562IOMemoryDescriptor* WirelessGamingReceiver::ReadBuffer(int index)

Callers 1

IsDataAvailableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected