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

Method start

360Controller/ChatPad.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool ChatPadKeyboardClass::start(IOService *provider)
117{
118 if (!IOHIDDevice::start(provider))
119 return false;
120 return OSDynamicCast(Xbox360Peripheral, provider) != NULL;
121}
122
123OSString* ChatPadKeyboardClass::newManufacturerString() const
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected