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

Method newVendorIDNumber

360Controller/ChatPad.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94OSNumber* ChatPadKeyboardClass::newVendorIDNumber() const
95{
96 // Same as USB
97 return OSNumber::withNumber(100, 32);
98}
99
100OSNumber* ChatPadKeyboardClass::newProductIDNumber() const
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected