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

Method setProperties

360Controller/Controller.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64IOReturn Xbox360ControllerClass::setProperties(OSObject *properties)
65{
66 Xbox360Peripheral *owner = GetOwner(this);
67 if (owner == NULL)
68 return kIOReturnUnsupported;
69 return owner->setProperties(properties);
70}
71
72// Returns the HID descriptor for this device
73IOReturn Xbox360ControllerClass::newReportDescriptor(IOMemoryDescriptor **descriptor) const

Callers

nothing calls this directly

Calls 1

GetOwnerFunction · 0.85

Tested by

no test coverage detected