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

Method start

360Controller/Controller.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool Xbox360ControllerClass::start(IOService *provider)
58{
59 if (OSDynamicCast(Xbox360Peripheral, provider) == NULL)
60 return false;
61 return IOHIDDevice::start(provider);
62}
63
64IOReturn Xbox360ControllerClass::setProperties(OSObject *properties)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected