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

Method newProductString

360Controller/Controller.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185OSString* Xbox360ControllerClass::newProductString() const
186{
187 return OSString::withCString("Xbox 360 Wired Controller");
188}
189
190OSString* Xbox360ControllerClass::newSerialNumberString() const
191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected