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

Method newVendorIDNumber

360Controller/Controller.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200OSNumber* Xbox360ControllerClass::newVendorIDNumber() const
201{
202 return OSNumber::withNumber(GetOwnerProvider(this)->GetVendorID(),16);
203}
204
205OSNumber* Xbox360ControllerClass::newLocationIDNumber() const
206{

Callers

nothing calls this directly

Calls 1

GetOwnerProviderFunction · 0.85

Tested by

no test coverage detected