| 163 | } |
| 164 | |
| 165 | OSString* Xbox360ControllerClass::newManufacturerString() const |
| 166 | { |
| 167 | return getDeviceString(GetOwnerProvider(this)->GetManufacturerStringIndex()); |
| 168 | } |
| 169 | |
| 170 | OSNumber* Xbox360ControllerClass::newPrimaryUsageNumber() const |
| 171 | { |
nothing calls this directly
no test coverage detected